[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/15: gnu: bemenu: Update to 0.6.4.
From: |
guix-commits |
Subject: |
06/15: gnu: bemenu: Update to 0.6.4. |
Date: |
Thu, 16 Dec 2021 21:07:41 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 42056e496ca9d73fed7ee6fc650ca86d1eb6f938
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Dec 17 01:19:08 2021 +0100
gnu: bemenu: Update to 0.6.4.
* gnu/packages/xdisorg.scm (bemenu): Update to 0.6.4.
---
gnu/packages/xdisorg.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index f345d9f..4287943 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -265,7 +265,7 @@ used to further tweak the behaviour of the different
profiles.")
(define-public bemenu
(package
(name "bemenu")
- (version "0.6.3")
+ (version "0.6.4")
(source
(origin
(method git-fetch)
@@ -274,7 +274,7 @@ used to further tweak the behaviour of the different
profiles.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "03q26n796bjgz9q5pjx396rw5kyrdpn52dqi4v2bglnh7dy0r0jk"))))
+ (base32 "18vplvnymgc6576sdh84lm5rlwyb9d038plqpjs638hzskf4q577"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f
@@ -285,7 +285,7 @@ used to further tweak the behaviour of the different
profiles.")
(string-append "PREFIX=" (assoc-ref %outputs "out")))
#:phases
(modify-phases %standard-phases
- (delete 'configure))))
+ (delete 'configure)))) ; no configure script
(inputs
`(("cairo" ,cairo)
("libx11" ,libx11)
- branch master updated (1ca2c67 -> 010a1ff), guix-commits, 2021/12/16
- 01/15: gnu: Remove unreferenced nss/fixed., guix-commits, 2021/12/16
- 04/15: gnu: htop: Update to 3.1.2., guix-commits, 2021/12/16
- 11/15: gnu: audit: Update to 3.0.6., guix-commits, 2021/12/16
- 13/15: gnu: audit: Tweak description., guix-commits, 2021/12/16
- 09/15: gnu: agda: Update to 2.6.2.1., guix-commits, 2021/12/16
- 12/15: gnu: audit: Remove input labels., guix-commits, 2021/12/16
- 03/15: gnu: bmake: Remove input labels., guix-commits, 2021/12/16
- 14/15: gnu: cloc: Update to 1.92., guix-commits, 2021/12/16
- 08/15: gnu: remmina: Remove input labels., guix-commits, 2021/12/16
- 06/15: gnu: bemenu: Update to 0.6.4.,
guix-commits <=
- 10/15: gnu: openvpn: Update to 2.5.5., guix-commits, 2021/12/16
- 15/15: gnu: libjcat: Update to 0.1.9., guix-commits, 2021/12/16
- 02/15: gnu: bmake: Update to 20211207., guix-commits, 2021/12/16
- 05/15: gnu: fasm: Update to 1.73.28., guix-commits, 2021/12/16
- 07/15: gnu: remmina: Update to 1.4.22., guix-commits, 2021/12/16