guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: paperkey: Update to 1.5.


From: Christopher Allan Webber
Subject: 01/01: gnu: paperkey: Update to 1.5.
Date: Thu, 26 Apr 2018 20:11:41 -0400 (EDT)

cwebber pushed a commit to branch master
in repository guix.

commit ae9877fed35a3add9ce38eab524daca597c00b52
Author: Christopher Lemmer Webber <address@hidden>
Date:   Thu Apr 26 19:10:36 2018 -0500

    gnu: paperkey: Update to 1.5.
    
    * gnu/packages/gnupg.scm (paperkey): Update to 1.5.
---
 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 2942144..f397482 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -795,7 +795,7 @@ passphrase when @code{gpg} is run and needs it.")))
 (define-public paperkey
   (package
     (name "paperkey")
-    (version "1.3")
+    (version "1.5")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://www.jabberwocky.com/";
@@ -803,7 +803,7 @@ passphrase when @code{gpg} is run and needs it.")))
                                   version ".tar.gz"))
               (sha256
                (base32
-                "1yybj8bj68v4lxwpn596b6ismh2fyixw5vlqqg26byrn4d9dfmsv"))))
+                "1prd2jaf4zjad3xhv160hmi5n408ssljfg7iz90jxs9w111pjwy4"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases



reply via email to

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