mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 11:09:41 -05:00
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>
This commit is contained in:
parent
28af475358
commit
30ba63b445
1 changed files with 2 additions and 2 deletions
|
@ -2316,7 +2316,7 @@ (define-public grokmirror
|
|||
(define-public b4
|
||||
(package
|
||||
(name "b4")
|
||||
(version "0.5.2")
|
||||
(version "0.5.3")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -2325,7 +2325,7 @@ (define-public b4
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (string-append name "-" version "-checkout"))
|
||||
(sha256
|
||||
(base32 "1w11fiyspyncz2m7njrjfylgzch4azi7560ngd8i733wvjjhg3mj"))))
|
||||
(base32 "0bnjs758blll2i70r4qh3khma7dly5lb8s6kzn5a3p54md91s8v5"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ; No tests.
|
||||
|
|
Loading…
Reference in a new issue