guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: bemenu: Update to 0.6.15.


From: guix-commits
Subject: branch master updated: gnu: bemenu: Update to 0.6.15.
Date: Fri, 19 May 2023 10:07:44 -0400

This is an automated email from the git hooks/post-receive script.

jgart pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 7ff9ca2201 gnu: bemenu: Update to 0.6.15.
7ff9ca2201 is described below

commit 7ff9ca2201fba6fc878690cd9bcd02d9b744fd03
Author: muradm <mail@muradm.net>
AuthorDate: Fri May 19 10:14:29 2023 +0300

    gnu: bemenu: Update to 0.6.15.
    
    * gnu/packages/xdisorg.scm (bemenu): Update to 0.6.15.
---
 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 201a3bd3b3..008b2fdb75 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -318,7 +318,7 @@ used to further tweak the behaviour of the different 
profiles.")
 (define-public bemenu
   (package
     (name "bemenu")
-    (version "0.6.14")
+    (version "0.6.15")
     (source
      (origin
        (method git-fetch)
@@ -327,7 +327,7 @@ used to further tweak the behaviour of the different 
profiles.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0vvqlb8b5f70pl04ff46qim73mk8b8yp1mbbhslx4d4b7ywygjbc"))))
+        (base32 "1g4z1ml5ldk0hxpxs2pa091cpw0kry6cdr6n3dni1avimdm8vmw1"))))
     (build-system gnu-build-system)
     (arguments
      (list



reply via email to

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