guix-commits
[Top][All Lists]
Advanced

[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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]