mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 22:16:32 +01:00
gnu: bfs: Update to 3.0.4.
* gnu/packages/admin.scm (bfs): Update to 3.0.4. Change-Id: Idc65d4629aa185b13a375263e10ebcc5b71a81ce
This commit is contained in:
parent
ac0b2471e9
commit
a640b698f8
1 changed files with 2 additions and 2 deletions
|
@ -6006,7 +6006,7 @@ (define-public mactelnet
|
||||||
(define-public bfs
|
(define-public bfs
|
||||||
(package
|
(package
|
||||||
(name "bfs")
|
(name "bfs")
|
||||||
(version "3.0.2")
|
(version "3.0.4")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -6015,7 +6015,7 @@ (define-public bfs
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"055qn2bhnyk9k96w8aviz7v4wip9hwsv7ak1m3yygm1x3fhdyhyz"))))
|
"0n2y9m81278j85m8vk242m9nsxdcw62rxsar4hzwszs6p5cjz5ny"))))
|
||||||
(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