gnu: b4: Update to 0.6.2.

* gnu/packages/version-control.scm (b4): Update to 0.6.2.
This commit is contained in:
Tobias Geerinckx-Rice 2021-01-01 22:08:31 +01:00
parent 35d6d33a6c
commit 320340ecc0
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -2319,13 +2319,13 @@ (define-public grokmirror
(define-public b4
(package
(name "b4")
(version "0.6.1")
(version "0.6.2")
(source
(origin
(method url-fetch)
(uri (pypi-uri "b4" version))
(sha256
(base32 "01qid6mvddikcdpf2ihsyn8x3z5j2n64g0ip9pqbx42hrc50pmcz"))))
(base32 "1j904dy9cwxl85k2ngc498q5cdnqwsmw3jibjr1m55w8aqdck68z"))))
(build-system python-build-system)
(arguments '(#:tests? #f)) ; No tests.
(inputs