GNU bug report logs - #52570
[PATCH] gnu: pinentry-bemenu: Update to 0.7.1.

Previous Next

Package: guix-patches;

Reported by: Aleksandr Vityazev <avityazev <at> posteo.org>

Date: Fri, 17 Dec 2021 09:55: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: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Aleksandr Vityazev <avityazev <at> posteo.org>
Subject: bug#52570: closed (Re: [bug#52570] [PATCH] gnu: pinentry-bemenu:
 Update to 0.7.1.)
Date: Fri, 17 Dec 2021 10:13:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#52570: [PATCH] gnu: pinentry-bemenu: Update to 0.7.1.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 52570 <at> debbugs.gnu.org.

-- 
52570: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=52570
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Aleksandr Vityazev <avityazev <at> posteo.org>
Cc: 52570-done <at> debbugs.gnu.org
Subject: Re: [bug#52570] [PATCH] gnu: pinentry-bemenu: Update to 0.7.1.
Date: Fri, 17 Dec 2021 11:12:32 +0100
Hello,

Aleksandr Vityazev <avityazev <at> posteo.org> writes:

> * gnu/packages/gnupg.scm (pinentry-bemenu): Update to 0.7.1.

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou

[Message part 3 (message/rfc822, inline)]
From: Aleksandr Vityazev <avityazev <at> posteo.org>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: pinentry-bemenu: Update to 0.7.1.
Date: Fri, 17 Dec 2021 09:55:02 +0000
* gnu/packages/gnupg.scm (pinentry-bemenu): Update to 0.7.1.
---
 gnu/packages/gnupg.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm
index 665e9e3021..39423f193a 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -20,6 +20,7 @@
 ;;; Copyright © 2020 Fredrik Salomonsson <plattfot <at> posteo.net>
 ;;; Copyright © 2021 Maxime Devos <maximedevos <at> telenet.be>
 ;;; Copyright © 2021 Nikita Domnitskii <nikita <at> domnitskii.me>
+;;; Copyright © 2021 Aleksandr Vityazev <avityazev <at> posteo.org>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -968,7 +969,7 @@ (define-public pinentry-rofi
 (define-public pinentry-bemenu
   (package
     (name "pinentry-bemenu")
-    (version "0.7.0")
+    (version "0.7.1")
     (source
      (origin
        (method git-fetch)
@@ -977,7 +978,7 @@ (define-public pinentry-bemenu
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1faxaydhc9lr97b2r3sylcy320bn54g4a5p727y3227mz3gg1mn1"))))
+        (base32 "09nw49pyfs65m35a40kpzh6h0mf5yyjzmzq3jxp660885m0b29g8"))))
     (build-system meson-build-system)
     (native-inputs
      (list pkg-config))
-- 
2.34.0



-- 

Aleksandr Vityazev



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

Previous Next


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