GNU bug report logs -
#76191
[PATCH 1/3] gnu: rofi: Propagate inputs.
Previous Next
Reported by: iyzsong <at> envs.net
Date: Tue, 11 Feb 2025 04:16:01 UTC
Severity: normal
Tags: patch
Done: 宋文武 <iyzsong <at> envs.net>
Bug is archived. No further changes may be made.
Full log
Message #11 received at 76191 <at> debbugs.gnu.org (full text, mbox):
From: 宋文武 <iyzsong <at> member.fsf.org>
* gnu/packages/gnupg.scm (pinentry-rofi): Update to 3.0.0.
Change-Id: I39ff348c93bf236a2453b2a4262ab920ce2d79c0
---
gnu/packages/gnupg.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm
index 633600870b..3b402f7bfb 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -950,7 +950,7 @@ (define-public pinentry-efl
(define-public pinentry-rofi
(package
(name "pinentry-rofi")
- (version "2.1.0")
+ (version "3.0.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -958,7 +958,7 @@ (define-public pinentry-rofi
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "1v5rl2kkvkj1pw3bn20gwa2pa7caan3hbqnr6fshv5j7h56919i7"))))
+ (base32 "0m3lv6cydx2jg7743m6lab0v1myz84xys9z2sdb1b9jiq4xmayhq"))))
(build-system gnu-build-system)
(arguments
`(#:modules
--
2.48.1
This bug report was last modified 96 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.