guix-commits
[Top][All Lists]
Advanced

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

06/07: gnu: bemenu: Update to 0.6.3.


From: guix-commits
Subject: 06/07: gnu: bemenu: Update to 0.6.3.
Date: Fri, 15 Oct 2021 11:32:17 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit ec2c7d454637257b0ad33f16a9573d53afe086d3
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Oct 15 16:42:54 2021 +0200

    gnu: bemenu: Update to 0.6.3.
    
    * gnu/packages/xdisorg.scm (bemenu): Update to 0.6.3.
---
 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 45ea4f2..e7de589 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -262,7 +262,7 @@ used to further tweak the behaviour of the different 
profiles.")
 (define-public bemenu
   (package
     (name "bemenu")
-    (version "0.6.2")
+    (version "0.6.3")
     (source
      (origin
        (method git-fetch)
@@ -271,7 +271,7 @@ used to further tweak the behaviour of the different 
profiles.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "13y4y3i03vdx3zkh4lm67xmigzycf8fxg4fdr5s4x2brr3ya46fv"))))
+        (base32 "03q26n796bjgz9q5pjx396rw5kyrdpn52dqi4v2bglnh7dy0r0jk"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f



reply via email to

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