[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/07: gnu: GnuPG: Update to 2.2.10.
From: |
Marius Bakke |
Subject: |
06/07: gnu: GnuPG: Update to 2.2.10. |
Date: |
Thu, 30 Aug 2018 12:46:42 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit 4c13cb36f8a4dafcc3647441e301ffdabdae9166
Author: Marius Bakke <address@hidden>
Date: Thu Aug 30 18:20:16 2018 +0200
gnu: GnuPG: Update to 2.2.10.
* gnu/packages/gnupg.scm (gnupg): Update to 2.2.10.
---
gnu/packages/gnupg.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm
index d5fb126..067a233 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -247,14 +247,14 @@ compatible to GNU Pth.")
(define-public gnupg
(package
(name "gnupg")
- (version "2.2.9")
+ (version "2.2.10")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnupg/gnupg/gnupg-" version
".tar.bz2"))
(sha256
(base32
- "0r11mx8nkh7ysrnshs560amha5csx8zcaggb5kxcksx1zymyly32"))))
+ "05f9804g72pffdxgvxjmjzkfcpjg1x221g9rwcr8fi51hrxd77br"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)))
- branch master updated (0f377aa -> 883832b), Marius Bakke, 2018/08/30
- 02/07: gnu: p11-kit: Update to 0.23.14., Marius Bakke, 2018/08/30
- 01/07: gnu: lilv: Propagate LV2., Marius Bakke, 2018/08/30
- 04/07: gnu: samba: Update to 4.8.5., Marius Bakke, 2018/08/30
- 03/07: gnu: ldb: Update to 1.3.6., Marius Bakke, 2018/08/30
- 06/07: gnu: GnuPG: Update to 2.2.10.,
Marius Bakke <=
- 05/07: gnu: rng-tools: Update to 6.4., Marius Bakke, 2018/08/30
- 07/07: gnu: appstream-glib: Update to 0.7.12., Marius Bakke, 2018/08/30