Archived
1
0
Fork 0

gnu: b4: Update to 0.12.0

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

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Andy Tai 2023-06-11 23:01:30 -07:00 committed by Ludovic Courtès
parent d47a0d7fec
commit 2afa79aeaa
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -2617,13 +2617,13 @@ email header.")
(define-public b4 (define-public b4
(package (package
(name "b4") (name "b4")
(version "0.8.0") (version "0.12.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "b4" version)) (uri (pypi-uri "b4" version))
(sha256 (sha256
(base32 "115ysciq15sxc8fd9hf7p0f4wnd5xapcfkmq8g33y1c8nbdxclbx")))) (base32 "0qwi2f729mflrv8dazb3xbs23hzprbchjrhjcc8fjvpn7yvnrd7f"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
(list #:tests? #f ;no tests (list #:tests? #f ;no tests