[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/07: gnu: hikari: Update to 2.3.2.
From: |
guix-commits |
Subject: |
04/07: gnu: hikari: Update to 2.3.2. |
Date: |
Wed, 13 Oct 2021 17:37:33 -0400 (EDT) |
mbakke pushed a commit to branch core-updates-frozen
in repository guix.
commit cf6326966b6e57e51d585e75f855709de56f887f
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Wed Oct 13 22:12:24 2021 +0200
gnu: hikari: Update to 2.3.2.
* gnu/packages/wm.scm (hikari): Update to 2.3.2.
---
gnu/packages/wm.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 4663a8e..7f2521b 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -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)
- branch core-updates-frozen updated (ff01706 -> 641b31d), guix-commits, 2021/10/13
- 01/07: gnu: wayland-protocols: Update to 1.23., guix-commits, 2021/10/13
- 05/07: gnu: dwl: Update to 0.2.1., guix-commits, 2021/10/13
- 06/07: gnu: cagebreak: Update to 1.8.0., guix-commits, 2021/10/13
- 02/07: gnu: wlroots: Update to 0.14.1., guix-commits, 2021/10/13
- 03/07: gnu: sway: Update to 1.6.1., guix-commits, 2021/10/13
- 04/07: gnu: hikari: Update to 2.3.2.,
guix-commits <=
- 07/07: gnu: ganeti: Fix build failure., guix-commits, 2021/10/13