[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/08: gnu: bemenu: Update to 0.6.14.
From: |
guix-commits |
Subject: |
08/08: gnu: bemenu: Update to 0.6.14. |
Date: |
Fri, 17 Mar 2023 18:25:22 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 99114eb63895712d2d3e62c5a83e3a1540438f15
Author: Yovan Naumovski <yovan@gorski.stream>
AuthorDate: Mon Mar 6 21:37:54 2023 +0200
gnu: bemenu: Update to 0.6.14.
* gnu/packages/xdisorg.scm (bemenu): Update to 0.6.14.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
gnu/packages/xdisorg.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 308fa131d6..4366e951e9 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -57,6 +57,7 @@
;;; Copyright © 2022 Derek Chuank <derekchuank@outlook.com>
;;; Copyright © 2022 Wamm K. D. <jaft.r@outlook.com>
;;; Copyright © 2022 Tobias Kortkamp <tobias.kortkamp@gmail.com>
+;;; Copyright © 2023 Yovan Naumovski <yovan@gorski.stream>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -314,7 +315,7 @@ used to further tweak the behaviour of the different
profiles.")
(define-public bemenu
(package
(name "bemenu")
- (version "0.6.13")
+ (version "0.6.14")
(source
(origin
(method git-fetch)
@@ -323,7 +324,7 @@ used to further tweak the behaviour of the different
profiles.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "0pjlm3gl85k7yhj594pmvfg6xfr1r3rmb68bb7212r4mxhj80rk0"))))
+ (base32 "0vvqlb8b5f70pl04ff46qim73mk8b8yp1mbbhslx4d4b7ywygjbc"))))
(build-system gnu-build-system)
(arguments
(list
- branch master updated (933051281f -> 99114eb638), guix-commits, 2023/03/17
- 01/08: services: console-font: 'stop' method always returns #f., guix-commits, 2023/03/17
- 04/08: gnu: gnulib: Restore shebangs., guix-commits, 2023/03/17
- 02/08: pack: "fakechroot" engine passes the recursive RUNPATH to ld.so., guix-commits, 2023/03/17
- 08/08: gnu: bemenu: Update to 0.6.14.,
guix-commits <=
- 06/08: home: services: Add home-xmodmap-service-type., guix-commits, 2023/03/17
- 03/08: ui: format 'display-hint' output when no arguments are passed., guix-commits, 2023/03/17
- 05/08: gnu: guile-gnutls: Do not expect gnulib shebangs to work., guix-commits, 2023/03/17
- 07/08: services: dict: Deprecate 'dicod-service' procedure., guix-commits, 2023/03/17