efraim pushed a commit to branch master
in repository guix.

commit e678b1a747845cb4e2d1bd03518ac5ddb9d919a5
Author: Fredrik Salomonsson <platt...@posteo.net>
AuthorDate: Mon Apr 1 00:20:35 2024 +0000

    gnu: pinentry-rofi: Update to 2.1.0.
    
    * gnu/packages/gnupg.scm (pinentry-rofi): Update to 2.1.0.
    
    Change-Id: Ie39dfadc9905032e2a6cd08858596b7fdfd5c6dd
    Signed-off-by: Efraim Flashner <efr...@flashner.co.il>
---
 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 1bf6eee2ff..e7c583a266 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -944,7 +944,7 @@ passphrase when @code{gpg} is run and needs it.")))
 (define-public pinentry-rofi
   (package
     (name "pinentry-rofi")
-    (version "2.0.3")
+    (version "2.1.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -952,7 +952,7 @@ passphrase when @code{gpg} is run and needs it.")))
                     (commit version)))
               (file-name (git-file-name name version))
               (sha256
-               (base32 
"0kjzvgni9srl8h5c52pqrvgdxs6avv0nhgk19apd97sx10qdwdhk"))))
+               (base32 
"1v5rl2kkvkj1pw3bn20gwa2pa7caan3hbqnr6fshv5j7h56919i7"))))
     (build-system gnu-build-system)
     (arguments
      `(#:modules

Reply via email to