me
/
guix
Archived
1
0
Fork 0

gnu: hikari: Update to 2.3.2.

* gnu/packages/wm.scm (hikari): Update to 2.3.2.
master
Marius Bakke 2021-10-13 22:12:24 +02:00
parent 04680bfb0f
commit cf6326966b
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -2512,14 +2512,14 @@ read and write, and compatible with JSON.")
(define-public hikari
(package
(name "hikari")
(version "2.2.3")
(version "2.3.2")
(source
(origin
(method url-fetch)
(uri (string-append "https://hikari.acmelabs.space/releases/"
"hikari-" version ".tar.gz"))
(sha256
(base32 "1d023cphzi15k434n60l1rp5awxmdijvsxfrm59fmsvd5rjxh9q7"))))
(base32 "1jvy21irh6s7czff2hk63spswqibjcjhrpsgmrki5bii9ddi73wy"))))
(build-system gnu-build-system)
(native-inputs
`(("bmake" ,bmake)