guix-commits
[Top][All Lists]
Advanced

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

08/13: gnu: j4-dmenu-desktop: Update to 2.18.


From: guix-commits
Subject: 08/13: gnu: j4-dmenu-desktop: Update to 2.18.
Date: Sun, 29 Nov 2020 11:29:29 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit f89d97c8ac6a2a8f4550b673c3015903c93b0793
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Nov 29 14:06:47 2020 +0100

    gnu: j4-dmenu-desktop: Update to 2.18.
    
    * gnu/packages/xdisorg.scm (j4-dmenu-desktop): Update to 2.18.
---
 gnu/packages/xdisorg.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index b433ea4..b63474c 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -2492,7 +2492,7 @@ create layout indicator widgets.")
 (define-public j4-dmenu-desktop
   (package
     (name "j4-dmenu-desktop")
-    (version "2.17")
+    (version "2.18")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -2501,7 +2501,7 @@ create layout indicator widgets.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0v23fimkn83dcm5p53y2ymhklff3kwppxhf75sm8xmswrzkixpgc"))))
+                "1gxpgifzy0hnpd0ymw3r32amzr32z3bgb90ldjzl438p6h1q0i26"))))
     (build-system cmake-build-system)
     (native-inputs
      `(("catch2" ,catch-framework2)))



reply via email to

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