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:
parent
d47a0d7fec
commit
2afa79aeaa
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Reference in a new issue