me
/
guix
Archived
1
0
Fork 0

gnu: b4: Update to 0.5.3.

* gnu/packages/version-control.scm (b4): Update to 0.5.3.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
master
Kyle Meyer 2020-11-28 00:13:32 -05:00 committed by Efraim Flashner
parent 28af475358
commit 30ba63b445
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -2316,7 +2316,7 @@ based on a manifest file published by servers.")
(define-public b4 (define-public b4
(package (package
(name "b4") (name "b4")
(version "0.5.2") (version "0.5.3")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -2325,7 +2325,7 @@ based on a manifest file published by servers.")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (string-append name "-" version "-checkout")) (file-name (string-append name "-" version "-checkout"))
(sha256 (sha256
(base32 "1w11fiyspyncz2m7njrjfylgzch4azi7560ngd8i733wvjjhg3mj")))) (base32 "0bnjs758blll2i70r4qh3khma7dly5lb8s6kzn5a3p54md91s8v5"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
`(#:tests? #f ; No tests. `(#:tests? #f ; No tests.