GNU bug report logs - #49251
[PATCH 0/2] Add pinentry-bemenu

Previous Next

Package: guix-patches;

Reported by: Nikita Domnitskii <nikita <at> domnitskii.me>

Date: Mon, 28 Jun 2021 11:09:02 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Nikita Domnitskii <nikita <at> domnitskii.me>
To: 49251 <at> debbugs.gnu.org
Cc: 2b7567db-5669-4d5b-bad2-0b737d46b3e6 <at> mail.domnitskii.me
Subject: [bug#49251] [PATCH 1/2] Add pinentry-bemenu
Date: Mon, 28 Jun 2021 11:15:44 -0000
From: Nikita Domnitskii <2b7567db-5669-4d5b-bad2-0b737d46b3e6 <at> mail.domnitskii.me>

---
 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 b8c7a35a36..22f29c93be 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -260,7 +261,7 @@ used to further tweak the behaviour of the different profiles.")
 (define-public bemenu
   (package
     (name "bemenu")
-    (version "0.4.1")
+    (version "0.6.2")
     (source
      (origin
        (method git-fetch)
@@ -269,7 +270,7 @@ used to further tweak the behaviour of the different profiles.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1fjcs9d3533ay3nz79cx3c0lmy2chgragr2lhsy0xl2ckr0iins0"))))
+        (base32 "13y4y3i03vdx3zkh4lm67xmigzycf8fxg4fdr5s4x2brr3ya46fv"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f
--
2.32.0




This bug report was last modified 3 years and 314 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.