This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new bd1f300  gnu: pinentry-tty: Update to 1.2.0.
bd1f300 is described below

commit bd1f30047de5456e84fccbbc07b5b417fb90c92b
Author: Efraim Flashner <[email protected]>
AuthorDate: Sun Nov 14 14:11:59 2021 +0200

    gnu: pinentry-tty: Update to 1.2.0.
    
    * gnu/packages/gnupg.scm (pinentry-tty): Update to 1.2.0.
---
 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 451b61a..348724e 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -790,14 +790,14 @@ including tools for signing keys, keyring analysis, and 
party preparation.
 (define-public pinentry-tty
   (package
     (name "pinentry-tty")
-    (version "1.1.1")
+    (version "1.2.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnupg/pinentry/pinentry-"
                                   version ".tar.bz2"))
               (sha256
                (base32
-                "0zx5vg6wws2sp2yxwi01b8i1pnsqkydncpj7x0p8xl9y05ja04nd"))))
+                "0w34c4x5hkxaxnnkcrm1azlzwzxcziv5dkci3xcd0hz0ld2j01qh"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags '("--enable-pinentry-tty")))

Reply via email to