gnu: pius: Update to 2.2.1.
* gnu/packages/gnupg.scm (pius): Update to 2.2.1. Change URL to github.com. [arguments]: Update pattern for 'gpg' command.
This commit is contained in:
parent
9fd0838b28
commit
e2e3600fe8
@ -371,14 +371,15 @@ and signature functionality from Python programs.")
|
|||||||
(define-public pius
|
(define-public pius
|
||||||
(package
|
(package
|
||||||
(name "pius")
|
(name "pius")
|
||||||
(version "2.1.1")
|
(version "2.2.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://sourceforge/pgpius/pius/"
|
(uri (string-append
|
||||||
version "/pius-"
|
"https://github.com/jaymzh/pius/releases/download/v"
|
||||||
version ".tar.bz2"))
|
version "/pius-" version ".tar.bz2"))
|
||||||
(sha256 (base32
|
(sha256
|
||||||
"0ry3kc3x1qjmvb581ja2z2v32r1rl1g8rhfj7iqvs8nzq4ca512i"))))
|
(base32
|
||||||
|
"003dwpamq0c7w8q9zpgi4h03rs8rwjm0czkn9s60m91p6aql5f42"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(inputs `(("perl" ,perl) ;for 'pius-party-worksheet'
|
(inputs `(("perl" ,perl) ;for 'pius-party-worksheet'
|
||||||
("gpg" ,gnupg-2.0))) ;2.1 fails to talk to gpg-agent 2.0
|
("gpg" ,gnupg-2.0))) ;2.1 fails to talk to gpg-agent 2.0
|
||||||
@ -393,7 +394,7 @@ and signature functionality from Python programs.")
|
|||||||
(let* ((gpg (string-append (assoc-ref inputs "gpg")
|
(let* ((gpg (string-append (assoc-ref inputs "gpg")
|
||||||
"/bin/gpg2")))
|
"/bin/gpg2")))
|
||||||
(substitute* "libpius/constants.py"
|
(substitute* "libpius/constants.py"
|
||||||
(("/usr/bin/gpg") gpg))))))))
|
(("/usr/bin/gpg2") gpg))))))))
|
||||||
(synopsis "Programs to simplify GnuPG key signing")
|
(synopsis "Programs to simplify GnuPG key signing")
|
||||||
(description
|
(description
|
||||||
"Pius (PGP Individual UID Signer) helps attendees of PGP keysigning
|
"Pius (PGP Individual UID Signer) helps attendees of PGP keysigning
|
||||||
|
Loading…
Reference in New Issue
Block a user