* [bug#73221] [PATCH] gnu: bemenu: Update to 0.6.23.
@ 2024-09-13 7:24 Timotej Lazar
2024-09-25 16:00 ` bug#73221: " Ludovic Courtès
0 siblings, 1 reply; 2+ messages in thread
From: Timotej Lazar @ 2024-09-13 7:24 UTC (permalink / raw)
To: 73221; +Cc: Timotej Lazar
* gnu/packages/xdisorg.scm (bemenu): Update to 0.6.23.
[arguments]: Drop redundant make flags.
Change-Id: Ia613c2be1c1af6c43adba4443ba9b99ed35dc0f0
---
gnu/packages/xdisorg.scm | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index dfd4000cf5..9ecc654f8c 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -332,7 +332,7 @@ (define-public autorandr
(define-public bemenu
(package
(name "bemenu")
- (version "0.6.21")
+ (version "0.6.23")
(source
(origin
(method git-fetch)
@@ -341,14 +341,13 @@ (define-public bemenu
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "1a97h711nbwi01a3vv2944m8gyzi04hgfpiizrzinx79n4vp1zhk"))))
+ (base32 "0a4ihg1v1yyfwi4qq2zybhy39vw3nikd5qjrd5x3nxgjd0knmynj"))))
(build-system gnu-build-system)
(arguments
(list
#:tests? #f ; there are no tests
#:make-flags
#~(list (string-append "CC=" #$(cc-for-target))
- "CFLAGS=-O2 -fPIC"
(string-append "LDFLAGS=-Wl,-rpath=" #$output "/lib")
(string-append "PREFIX=" #$output))
#:phases
base-commit: 98bc13b9ea5f22a60de6c289d59072638001e08e
--
2.46.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#73221: [PATCH] gnu: bemenu: Update to 0.6.23.
2024-09-13 7:24 [bug#73221] [PATCH] gnu: bemenu: Update to 0.6.23 Timotej Lazar
@ 2024-09-25 16:00 ` Ludovic Courtès
0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2024-09-25 16:00 UTC (permalink / raw)
To: Timotej Lazar; +Cc: 73221-done, Tobias Geerinckx-Rice
Timotej Lazar <timotej.lazar@araneo.si> skribis:
> * gnu/packages/xdisorg.scm (bemenu): Update to 0.6.23.
> [arguments]: Drop redundant make flags.
>
> Change-Id: Ia613c2be1c1af6c43adba4443ba9b99ed35dc0f0
Pushed as 6fd261b2e0446f3c80f5534371586dfcc12371d3.
(Tobias, please make sure to close such tickets. :-))
Ludo'.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-09-25 16:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-13 7:24 [bug#73221] [PATCH] gnu: bemenu: Update to 0.6.23 Timotej Lazar
2024-09-25 16:00 ` bug#73221: " Ludovic Courtès
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.