gnu: b4: Update to 0.8.0.
* gnu/packages/version-control.scm (b4): Update to 0.8.0.
parent
6829d61bc5
commit
0780164f1f
|
@ -2555,13 +2555,13 @@ based on a manifest file published by servers.")
|
||||||
(define-public b4
|
(define-public b4
|
||||||
(package
|
(package
|
||||||
(name "b4")
|
(name "b4")
|
||||||
(version "0.6.2")
|
(version "0.8.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "b4" version))
|
(uri (pypi-uri "b4" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1j904dy9cwxl85k2ngc498q5cdnqwsmw3jibjr1m55w8aqdck68z"))
|
(base32 "115ysciq15sxc8fd9hf7p0f4wnd5xapcfkmq8g33y1c8nbdxclbx"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(begin
|
||||||
|
|
Reference in New Issue