gnu: pius: Update to 2.2.4.

* gnu/packages/gnupg.scm (pius): Update to 2.2.4.
This commit is contained in:
Tobias Geerinckx-Rice 2017-03-07 19:29:51 +01:00
parent 50b398298f
commit 1b34a47da0
No known key found for this signature in database
GPG Key ID: 91CCDB9B48541B99
1 changed files with 2 additions and 2 deletions

View File

@ -519,7 +519,7 @@ and signature functionality from Python programs.")
(define-public pius (define-public pius
(package (package
(name "pius") (name "pius")
(version "2.2.3") (version "2.2.4")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -527,7 +527,7 @@ and signature functionality from Python programs.")
version "/pius-" version ".tar.bz2")) version "/pius-" version ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"0iy0gnms6lv9hpvk29313kc495a2f7pq2mg6ljxhy233vxsmjsk6")))) "0lgc0ipwdfqbq16zax8kn17wbv8xyw4ygc09fawl2yp459z0ql4n"))))
(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))) ("gpg" ,gnupg)))