Archived
1
0
Fork 0

gnu: berry: Update to 0.1.12.

* gnu/packages/wm.scm (berry): Update to 0.1.12.
This commit is contained in:
Tobias Geerinckx-Rice 2023-01-15 01:00:03 +01:00
parent c580a62059
commit 9a15bcd949
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -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.