gnu: bfs: Update to 3.0.2.
* gnu/packages/admin.scm (bfs): Update to 3.0.2.
This commit is contained in:
parent
128ddcda76
commit
b7ed26b1a7
1 changed files with 2 additions and 2 deletions
|
@ -5995,7 +5995,7 @@ (define-public mactelnet
|
||||||
(define-public bfs
|
(define-public bfs
|
||||||
(package
|
(package
|
||||||
(name "bfs")
|
(name "bfs")
|
||||||
(version "3.0.1")
|
(version "3.0.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -6004,7 +6004,7 @@ (define-public bfs
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1ffma9p82bl0ai4h439cnhvcyyy8x593m27xlf16gsg6knpldm58"))))
|
"055qn2bhnyk9k96w8aviz7v4wip9hwsv7ak1m3yygm1x3fhdyhyz"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:make-flags #~(list (string-append "CC="
|
(list #:make-flags #~(list (string-append "CC="
|
||||||
|
|
Loading…
Reference in a new issue