all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#73221] [PATCH] gnu: bemenu: Update to 0.6.23.
@ 2024-09-13  7:24 Timotej Lazar
  0 siblings, 0 replies; only message 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] only message in thread

only message in thread, other threads:[~2024-09-13  7:25 UTC | newest]

Thread overview: (only message) (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

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.