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

  • Done
  • quality assurance status badge
Details
2 participants
  • Aleksandr Vityazev
  • Nicolas Goaziou
Owner
unassigned
Submitted by
Aleksandr Vityazev
Severity
normal

Debbugs page

Aleksandr Vityazev wrote 3 years ago
(address . guix-patches@gnu.org)
ed0aa493231f4494bd45a9a7fde09cf14b37c6b9.1639734885.git.avityazev@posteo.org
* gnu/packages/gnupg.scm (pinentry-bemenu): Update to 0.7.1.
---
gnu/packages/gnupg.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

Toggle diff (38 lines)
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@posteo.net>
;;; Copyright © 2021 Maxime Devos <maximedevos@telenet.be>
;;; Copyright © 2021 Nikita Domnitskii <nikita@domnitskii.me>
+;;; Copyright © 2021 Aleksandr Vityazev <avityazev@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
Nicolas Goaziou wrote 3 years ago
(name . Aleksandr Vityazev)(address . avityazev@posteo.org)(address . 52570-done@debbugs.gnu.org)
87sfur4k1b.fsf@nicolasgoaziou.fr
Hello,

Aleksandr Vityazev <avityazev@posteo.org> writes:

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

Applied. Thank you.

Regards,
--
Nicolas Goaziou
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 52570@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 52570
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help