guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: pinentry: Update to 0.9.7.


From: Efraim Flashner
Subject: 01/01: gnu: pinentry: Update to 0.9.7.
Date: Tue, 26 Apr 2016 12:29:13 +0000

efraim pushed a commit to branch master
in repository guix.

commit 547cb17dafff07a8438f0155e5608f5178a8605a
Author: Efraim Flashner <address@hidden>
Date:   Tue Apr 26 15:28:54 2016 +0300

    gnu: pinentry: Update to 0.9.7.
    
    * gnu/packages/gnupg.scm (pinentry): Update to 0.9.7.
---
 gnu/packages/gnupg.scm |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm
index b6c1233..d447007 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -571,14 +571,14 @@ including tools for signing keys, keyring analysis, and 
party preparation.
 (define-public pinentry
   (package
     (name "pinentry")
-    (version "0.9.6")
+    (version "0.9.7")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnupg/pinentry/pinentry-"
                                   version ".tar.bz2"))
               (sha256
                (base32
-                "0rhyw1vk28kgasjp22myf7m2q8kycw82d65pr9kgh93z17lj849a"))))
+                "1cp7wjqr6nx31mdclr61s2h84ijqjl0ph99kgj4vyawpjj1j1633"))))
     (build-system gnu-build-system)
     (inputs
      `(("ncurses" ,ncurses)
@@ -588,7 +588,7 @@ including tools for signing keys, keyring analysis, and 
party preparation.
        ("glib" ,glib)))
     (native-inputs
      `(("pkg-config" ,pkg-config)))
-    (home-page "http://gnupg.org/aegypten2/";)
+    (home-page "https://gnupg.org/aegypten2/";)
     (synopsis "GnuPG's interface to passphrase input")
     (description
      "Pinentry provides a console and a GTK+ GUI that allows users to



reply via email to

[Prev in Thread] Current Thread [Next in Thread]