guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/10: gnu: hikari: Update to 2.3.3.


From: guix-commits
Subject: 05/10: gnu: hikari: Update to 2.3.3.
Date: Wed, 22 Jun 2022 06:36:07 -0400 (EDT)

civodul pushed a commit to branch core-updates
in repository guix.

commit c15476fcec6c8965b0633f86a8d3a717f5ad7d95
Author: Petr Hodina <phodina@protonmail.com>
AuthorDate: Thu Jan 27 09:34:07 2022 +0100

    gnu: hikari: Update to 2.3.3.
    
    * gnu/packages/wm.scm (hikari): Update to 2.3.3.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 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 7121b521ab..70b8c61ae7 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -2548,14 +2548,14 @@ read and write, and compatible with JSON.")
 (define-public hikari
   (package
     (name "hikari")
-    (version "2.3.2")
+    (version "2.3.3")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://hikari.acmelabs.space/releases/";
                            "hikari-" version ".tar.gz"))
        (sha256
-        (base32 "1jvy21irh6s7czff2hk63spswqibjcjhrpsgmrki5bii9ddi73wy"))))
+        (base32 "1qjd9dhpmv75idf6jjzwff8wgliad4d0af8pih9526p14vrnyws0"))))
     (build-system gnu-build-system)
     (native-inputs
      (list bmake pkg-config wayland-protocols))



reply via email to

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