diff options
author | Leo Famulari <leo@famulari.name> | 2018-07-12 10:55:04 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2018-07-12 11:11:10 -0400 |
commit | 6adc6b091e172b190d263548cc953aec0f1abfab (patch) | |
tree | 8b24aae4c0879833042f3b8abbc99355e7f3c555 /gnu/packages/gnupg.scm | |
parent | ecba50bb79a49b317c4b1e718f4732b36438227f (diff) | |
download | patches-6adc6b091e172b190d263548cc953aec0f1abfab.tar patches-6adc6b091e172b190d263548cc953aec0f1abfab.tar.gz |
gnu: GnuPG: Update to 2.2.9.
* gnu/packages/gnupg.scm (gnupg): Update to 2.2.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 da0c33565a..c095a966c2 100644 --- a/gnu/packages/gnupg.scm +++ b/gnu/packages/gnupg.scm @@ -245,14 +245,14 @@ compatible to GNU Pth.") (define-public gnupg (package (name "gnupg") - (version "2.2.8") + (version "2.2.9") (source (origin (method url-fetch) (uri (string-append "mirror://gnupg/gnupg/gnupg-" version ".tar.bz2")) (sha256 (base32 - "1k8dnnfs9888yp713l7kg2jg110lw47s4krx0njna6fjrsw4qyvp")))) + "0r11mx8nkh7ysrnshs560amha5csx8zcaggb5kxcksx1zymyly32")))) (build-system gnu-build-system) (native-inputs `(("pkg-config" ,pkg-config))) |