mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: gnupg: Update to 2.0.20.
* gnu/packages/gnupg.scm (gnupg): Update to 2.0.20.
This commit is contained in:
parent
2c4b49ed8d
commit
35ff176877
1 changed files with 2 additions and 2 deletions
|
@ -131,7 +131,7 @@ (define-public libksba
|
|||
(define-public gnupg
|
||||
(package
|
||||
(name "gnupg")
|
||||
(version "2.0.19")
|
||||
(version "2.0.20")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -139,7 +139,7 @@ (define-public gnupg
|
|||
".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"08n636sfffs5qvg9ppiprvsh00q0dmdw425psg3m3nssja53m8pg"))))
|
||||
"16mp0j5inrcqcb3fxbn0b3aamascy3n923wiy0y8marc0rzrp53f"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
`(;; TODO: Add missing optional dep libusb.
|
||||
|
|
Loading…
Reference in a new issue