me
/
guix
Archived
1
0
Fork 0

gnu: gnupg: Update to 2.1.11.

* gnu/packages/gnupg.scm (gnupg): Update to 2.1.11.
master
Andreas Enge 2016-02-03 15:15:53 +01:00
parent 35f6c4972e
commit cea18ab00b
1 changed files with 2 additions and 2 deletions

View File

@ -197,14 +197,14 @@ compatible to GNU Pth.")
(define-public gnupg
(package
(name "gnupg")
(version "2.1.10")
(version "2.1.11")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnupg/gnupg/gnupg-" version
".tar.bz2"))
(sha256
(base32
"1ybcsazjm21i2ys1wh49cz4azmqz7ghx5rb6hm4gm93i2zc5igck"))))
"06mn2viiwsyq991arh5i5fhr9jyxq2bi0jkdj7ndfisxihngpc5p"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)))