diff options
author | 宋文武 <[email protected]> | 2025-02-11 12:20:56 +0800 |
---|---|---|
committer | 宋文武 <[email protected]> | 2025-02-11 19:46:51 +0800 |
commit | 74f7f0f5f7929e32509d48e55a6d0ed42af2d4eb (patch) | |
tree | ad9b18f19c63334448e0a1fbb1e14fa4b9b822f7 | |
parent | 09b30b32a905f0cb6bd97b0adccd1521d7c7195e (diff) |
gnu: pinentry-rofi: Update to 3.0.0.
* gnu/packages/gnupg.scm (pinentry-rofi): Update to 3.0.0.
Change-Id: I39ff348c93bf236a2453b2a4262ab920ce2d79c0
-rw-r--r-- | gnu/packages/gnupg.scm | 4 |
1 files 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 @@ passphrase when @code{gpg} is run and needs it."))) (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 @@ passphrase when @code{gpg} is run and needs it."))) (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "1v5rl2kkvkj1pw3bn20gwa2pa7caan3hbqnr6fshv5j7h56919i7")))) + (base32 "0m3lv6cydx2jg7743m6lab0v1myz84xys9z2sdb1b9jiq4xmayhq")))) (build-system gnu-build-system) (arguments `(#:modules |