diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2016-04-26 15:28:54 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2016-04-26 15:28:54 +0300 |
commit | 547cb17dafff07a8438f0155e5608f5178a8605a (patch) | |
tree | 00c387d2b878414fc4a079f002e13c37e1acef75 /gnu | |
parent | 82f4414271ce3dc412e8586e465dd4a81830aa97 (diff) | |
download | patches-547cb17dafff07a8438f0155e5608f5178a8605a.tar patches-547cb17dafff07a8438f0155e5608f5178a8605a.tar.gz |
gnu: pinentry: Update to 0.9.7.
* gnu/packages/gnupg.scm (pinentry): Update to 0.9.7.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gnupg.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm index b6c1233497..d447007260 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 |