mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-06 11:00:19 +01:00
gnu: hikari: Update to 2.3.2.
* gnu/packages/wm.scm (hikari): Update to 2.3.2.
This commit is contained in:
parent
04680bfb0f
commit
cf6326966b
1 changed files with 2 additions and 2 deletions
|
@ -2512,14 +2512,14 @@ read and write, and compatible with JSON.")
|
||||||
(define-public hikari
|
(define-public hikari
|
||||||
(package
|
(package
|
||||||
(name "hikari")
|
(name "hikari")
|
||||||
(version "2.2.3")
|
(version "2.3.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://hikari.acmelabs.space/releases/"
|
(uri (string-append "https://hikari.acmelabs.space/releases/"
|
||||||
"hikari-" version ".tar.gz"))
|
"hikari-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1d023cphzi15k434n60l1rp5awxmdijvsxfrm59fmsvd5rjxh9q7"))))
|
(base32 "1jvy21irh6s7czff2hk63spswqibjcjhrpsgmrki5bii9ddi73wy"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("bmake" ,bmake)
|
`(("bmake" ,bmake)
|
||||||
|
|
Loading…
Add table
Reference in a new issue