diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-11-30 23:18:25 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-12-01 00:49:14 +0100 |
commit | abe08256c714069011ffc3acbb232ec3cc1f56f8 (patch) | |
tree | e15887154b1a6c669a9b8a9414bc6392925aa3b8 /gnu/packages/gnupg.scm | |
parent | 1ff64c503ae5028077afd615d98260955c970307 (diff) | |
download | guix-abe08256c714069011ffc3acbb232ec3cc1f56f8.tar guix-abe08256c714069011ffc3acbb232ec3cc1f56f8.tar.gz |
gnu: paperkey: Update to 1.6.
* gnu/packages/gnupg.scm (paperkey): Update to 1.6.
Diffstat (limited to 'gnu/packages/gnupg.scm')
-rw-r--r-- | 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 23d3aba90e..7e5bcbe13a 100644 --- a/gnu/packages/gnupg.scm +++ b/gnu/packages/gnupg.scm @@ -906,7 +906,7 @@ passphrase when @code{gpg} is run and needs it."))) (define-public paperkey (package (name "paperkey") - (version "1.5") + (version "1.6") (source (origin (method url-fetch) (uri (string-append "http://www.jabberwocky.com/" @@ -914,7 +914,7 @@ passphrase when @code{gpg} is run and needs it."))) version ".tar.gz")) (sha256 (base32 - "1prd2jaf4zjad3xhv160hmi5n408ssljfg7iz90jxs9w111pjwy4")))) + "1xq5gni6gksjkd5avg0zpd73vsr97appksfx0gx2m38s4w9zsid2")))) (build-system gnu-build-system) (arguments `(#:phases |