mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: paperkey: Update to 1.6.
* gnu/packages/gnupg.scm (paperkey): Update to 1.6.
This commit is contained in:
parent
1ff64c503a
commit
abe08256c7
1 changed files with 2 additions and 2 deletions
|
@ -906,7 +906,7 @@ (define-public pinentry
|
||||||
(define-public paperkey
|
(define-public paperkey
|
||||||
(package
|
(package
|
||||||
(name "paperkey")
|
(name "paperkey")
|
||||||
(version "1.5")
|
(version "1.6")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://www.jabberwocky.com/"
|
(uri (string-append "http://www.jabberwocky.com/"
|
||||||
|
@ -914,7 +914,7 @@ (define-public paperkey
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1prd2jaf4zjad3xhv160hmi5n408ssljfg7iz90jxs9w111pjwy4"))))
|
"1xq5gni6gksjkd5avg0zpd73vsr97appksfx0gx2m38s4w9zsid2"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
|
Loading…
Reference in a new issue