diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-03-30 12:03:31 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-03-30 21:38:39 +0200 |
commit | 5cf90c43cab457ca789862e456556af7f092063a (patch) | |
tree | ba43e63600b4bc2f372e6a114e05590712927078 /gnu | |
parent | 6ff782683bb07ffb5564a26db342a870e9a55e8e (diff) | |
download | guix-5cf90c43cab457ca789862e456556af7f092063a.tar guix-5cf90c43cab457ca789862e456556af7f092063a.tar.gz |
gnu: hikari: Update to 2.2.3.
* gnu/packages/wm.scm (hikari): Update to 2.2.3.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/wm.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm index 6105a98f14..d3c76d7988 100644 --- a/gnu/packages/wm.scm +++ b/gnu/packages/wm.scm @@ -2404,14 +2404,14 @@ read and write, and compatible with JSON.") (define-public hikari (package (name "hikari") - (version "2.2.2") + (version "2.2.3") (source (origin (method url-fetch) (uri (string-append "https://hikari.acmelabs.space/releases/" "hikari-" version ".tar.gz")) (sha256 - (base32 "1qsd1qb4bn24jh5658gxmfg6hk9p7g235gsbvnjrbfdjqsv8r6yz")))) + (base32 "1d023cphzi15k434n60l1rp5awxmdijvsxfrm59fmsvd5rjxh9q7")))) (build-system gnu-build-system) (native-inputs `(("bmake" ,bmake) |