diff options
author | Mark H Weaver <mhw@netris.org> | 2015-10-10 17:14:22 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2015-10-10 17:17:16 -0400 |
commit | ed019703894f2769c0a1121d8cf20f1e803797d5 (patch) | |
tree | 905c748ca4081ad61989399c8793cc0e2fe18bf6 /gnu/packages/gnupg.scm | |
parent | 0adfe95a3eee335847c3127edde3de550e692440 (diff) | |
download | patches-ed019703894f2769c0a1121d8cf20f1e803797d5.tar patches-ed019703894f2769c0a1121d8cf20f1e803797d5.tar.gz |
gnu: gnupg: Update to 2.1.9.
* gnu/packages/gnupg.scm (gnupg): Update to 2.1.9.
Diffstat (limited to 'gnu/packages/gnupg.scm')
-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 3bd87dccc6..333e88362b 100644 --- a/gnu/packages/gnupg.scm +++ b/gnu/packages/gnupg.scm @@ -193,14 +193,14 @@ compatible to GNU Pth.") (define-public gnupg (package (name "gnupg") - (version "2.1.8") + (version "2.1.9") (source (origin (method url-fetch) (uri (string-append "mirror://gnupg/gnupg/gnupg-" version ".tar.bz2")) (sha256 (base32 - "18w14xp0ynzzwpklyplkzbrncds1hly4k2gjx115swch8qgd1f53")))) + "1dpp555glln6fldk72ad7lkrn8h3cr2bg714z5kfn2qrawx67dqw")))) (build-system gnu-build-system) (native-inputs `(("pkg-config" ,pkg-config))) |