diff options
author | Leo Famulari <leo@famulari.name> | 2017-12-21 12:49:01 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2017-12-21 12:59:56 -0500 |
commit | 382e5f19479db12052df6a15998410a3e01a8edb (patch) | |
tree | 1577092b376e65dd701854e9dac9e160ee9eb0a4 | |
parent | 00840ee004151c15c2207ea18efa153d49449435 (diff) | |
download | guix-382e5f19479db12052df6a15998410a3e01a8edb.tar.gz |
gnu: gnupg: Update to 2.2.4.
* gnu/packages/gnupg.scm (gnupg): Update to 2.2.4.
-rw-r--r-- | gnu/packages/gnupg.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm index 247e907b15..0aa7dad0fa 100644 --- a/gnu/packages/gnupg.scm +++ b/gnu/packages/gnupg.scm @@ -226,14 +226,14 @@ compatible to GNU Pth.") (define-public gnupg (package (name "gnupg") - (version "2.2.3") + (version "2.2.4") (source (origin (method url-fetch) (uri (string-append "mirror://gnupg/gnupg/gnupg-" version ".tar.bz2")) (sha256 (base32 - "1d4482c4pbi0p1k8cc0f9c4q51k56v8navrbz5samxrrs42p3lyb")))) + "1v7j8v2ww1knknbrhw3svfrqkmf9ll58iq0dczbsdpqgg1j3w6j0")))) (build-system gnu-build-system) (native-inputs `(("pkg-config" ,pkg-config))) |