me
/
guix
Archived
1
0
Fork 0

gnu: paperkey: Update to 1.6.

* gnu/packages/gnupg.scm (paperkey): Update to 1.6.
master
Tobias Geerinckx-Rice 2019-11-30 23:18:25 +01:00
parent 1ff64c503a
commit abe08256c7
No known key found for this signature in database
GPG Key ID: D889B0F018C5493C
1 changed files with 2 additions and 2 deletions

View File

@ -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