gnu: gpa: Update to 0.10.0.

* gnu/packages/gnupg.scm (gpa): Update to 0.10.0.
This commit is contained in:
Efraim Flashner 2019-07-10 11:02:16 +03:00
parent 9a451a6740
commit ee755b702f
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -907,14 +907,14 @@ them to transform your existing public key into a secret key.")
(define-public gpa (define-public gpa
(package (package
(name "gpa") (name "gpa")
(version "0.9.10") (version "0.10.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://gnupg/gpa/" (uri (string-append "mirror://gnupg/gpa/"
name "-" version ".tar.bz2")) name "-" version ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"09xphbi2456qynwqq5n0yh0zdmdi2ggrj3wk4hsyh5lrzlvcrff3")))) "1cbpc45f8qbdkd62p12s3q2rdq6fa5xdzwmcwd3xrj55bzkspnwm"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config))) `(("pkg-config" ,pkg-config)))