gnu: bfs: Update to 3.0.4.
* gnu/packages/admin.scm (bfs): Update to 3.0.4. Change-Id: Idc65d4629aa185b13a375263e10ebcc5b71a81ce
parent
ac0b2471e9
commit
a640b698f8
|
@ -6006,7 +6006,7 @@ Discover other RouterOS devices or @command{mactelnetd} hosts.
|
||||||
(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 @@ Discover other RouterOS devices or @command{mactelnetd} hosts.
|
||||||
(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="
|
||||||
|
|
Reference in New Issue