* [bug#66048] [PATCH] gnu: bemenu: Update to 0.6.16.
@ 2023-09-17 11:13 Timotej Lazar
2023-09-25 11:00 ` Christopher Baines
0 siblings, 1 reply; 2+ messages in thread
From: Timotej Lazar @ 2023-09-17 11:13 UTC (permalink / raw)
To: 66048; +Cc: Timotej Lazar
* gnu/packages/xdisorg.scm (bemenu): Update to 0.6.16.
---
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 ee6e00f518..1ab3d9fabb 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -326,7 +326,7 @@ (define-public autorandr
(define-public bemenu
(package
(name "bemenu")
- (version "0.6.15")
+ (version "0.6.16")
(source
(origin
(method git-fetch)
@@ -335,11 +335,11 @@ (define-public bemenu
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "1g4z1ml5ldk0hxpxs2pa091cpw0kry6cdr6n3dni1avimdm8vmw1"))))
+ (base32 "0q3i9blcw5i793m1rxf5dqp773hssdpifrz820psr90x982vvmib"))))
(build-system gnu-build-system)
(arguments
(list
- #:tests? #f
+ #:tests? #f ; there are no tests
#:make-flags
#~(list (string-append "CC=" #$(cc-for-target))
"CFLAGS=-O2 -fPIC"
--
2.41.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [bug#66048] [PATCH] gnu: bemenu: Update to 0.6.16.
2023-09-17 11:13 [bug#66048] [PATCH] gnu: bemenu: Update to 0.6.16 Timotej Lazar
@ 2023-09-25 11:00 ` Christopher Baines
0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2023-09-25 11:00 UTC (permalink / raw)
To: Timotej Lazar; +Cc: 66048-done, 66048
[-- Attachment #1: Type: text/plain, Size: 305 bytes --]
Timotej Lazar <timotej.lazar@araneo.si> writes:
> * gnu/packages/xdisorg.scm (bemenu): Update to 0.6.16.
> ---
> gnu/packages/xdisorg.scm | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
Thanks for the patch, I've pushed this to master as
7902ea508a6a3a7a1c0e405503c2559008860396.
Chris
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-09-25 11:02 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-17 11:13 [bug#66048] [PATCH] gnu: bemenu: Update to 0.6.16 Timotej Lazar
2023-09-25 11:00 ` Christopher Baines
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).