guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: bemenu: Update to 0.6.13.


From: guix-commits
Subject: 03/03: gnu: bemenu: Update to 0.6.13.
Date: Mon, 24 Oct 2022 03:54:37 -0400 (EDT)

iyzsong pushed a commit to branch master
in repository guix.

commit 569ba57aa33fd0dbef7cb2d1d8ad7945dd59d0d1
Author: kiasoc5 <kiasoc5@disroot.org>
AuthorDate: Fri Oct 21 22:31:51 2022 -0400

    gnu: bemenu: Update to 0.6.13.
    
    * gnu/packages/xdisorg.scm (bemenu): Update to 0.6.13.
    
    Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
---
 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 7307360d6a..1a868146a0 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -313,7 +313,7 @@ used to further tweak the behaviour of the different 
profiles.")
 (define-public bemenu
   (package
     (name "bemenu")
-    (version "0.6.10")
+    (version "0.6.13")
     (source
      (origin
        (method git-fetch)
@@ -322,7 +322,7 @@ used to further tweak the behaviour of the different 
profiles.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0i2pv3qnb0l2ryvj9ycf9d5rng6yfk0kpjkq8hy6g956672wdzx6"))))
+        (base32 "0pjlm3gl85k7yhj594pmvfg6xfr1r3rmb68bb7212r4mxhj80rk0"))))
     (build-system gnu-build-system)
     (arguments
      (list



reply via email to

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