gnu: berry: Update to 0.1.12.
* gnu/packages/wm.scm (berry): Update to 0.1.12.
This commit is contained in:
parent
c580a62059
commit
9a15bcd949
1 changed files with 2 additions and 2 deletions
|
@ -2900,7 +2900,7 @@ which do not support it.")
|
||||||
(define-public berry
|
(define-public berry
|
||||||
(package
|
(package
|
||||||
(name "berry")
|
(name "berry")
|
||||||
(version "0.1.11")
|
(version "0.1.12")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -2909,7 +2909,7 @@ which do not support it.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1qyq3g0m7rb9gpk1i5kfy9nr8sqivjiilbi4g0nw4d400rblvkbj"))))
|
(base32 "0ygqzgi7ncc6whvwdifds2cq9cllq9fhiqnigx859hbdnf453hn4"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; There are no tests.
|
`(#:tests? #f ; There are no tests.
|
||||||
|
|
Reference in a new issue