[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: pinentry: Update to 0.9.0.
From: |
Andreas Enge |
Subject: |
01/01: gnu: pinentry: Update to 0.9.0. |
Date: |
Sun, 15 Feb 2015 19:30:08 +0000 |
andreas pushed a commit to branch core-updates
in repository guix.
commit 3e74dcd0bb3d98d53e9f5e546a107af303d33bbc
Author: Andreas Enge <address@hidden>
Date: Sun Feb 15 20:28:56 2015 +0100
gnu: pinentry: Update to 0.9.0.
* gnu/packages/gnupg.scm (pinentry): Update to 0.9.0.
---
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 0559525..fa44d1f 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -414,14 +414,14 @@ including tools for signing keys, keyring analysis, and
party preparation.
(define-public pinentry
(package
(name "pinentry")
- (version "0.8.3")
+ (version "0.9.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnupg/pinentry/pinentry-"
version ".tar.bz2"))
(sha256
(base32
- "1bd047crf7xb8g61mval8v6qww98rddlsw2dz6j8h8qbnl4hp2sn"))))
+ "1awhajq21hcjgqfxg9czaxg555gij4bba6axrwg8w6lfmc3ml14h"))))
(build-system gnu-build-system)
(inputs
`(("ncurses" ,ncurses)