diff options
author | Leo Famulari <leo@famulari.name> | 2018-11-06 17:20:15 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2018-11-06 17:26:45 -0500 |
commit | b20aef98a01923700f22ba471e4d2bb05765516b (patch) | |
tree | 8162bf8222d476e3c8a30582e58b8b9b55009a93 /gnu/packages/gnupg.scm | |
parent | b07014f55ae083f589ea286fca30890a9d705153 (diff) | |
download | patches-b20aef98a01923700f22ba471e4d2bb05765516b.tar patches-b20aef98a01923700f22ba471e4d2bb05765516b.tar.gz |
gnu: GnuPG: Update to 2.2.11.
* gnu/packages/gnupg.scm (gnupg): Update to 2.2.11.
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 c38fe64200..a9169b25af 100644 --- a/gnu/packages/gnupg.scm +++ b/gnu/packages/gnupg.scm @@ -248,14 +248,14 @@ compatible to GNU Pth.") (define-public gnupg (package (name "gnupg") - (version "2.2.10") + (version "2.2.11") (source (origin (method url-fetch) (uri (string-append "mirror://gnupg/gnupg/gnupg-" version ".tar.bz2")) (sha256 (base32 - "05f9804g72pffdxgvxjmjzkfcpjg1x221g9rwcr8fi51hrxd77br")))) + "1ncwqjhcxh46fgkp84g2lhf91amcha7abk6wdm1kagzm7q93wv29")))) (build-system gnu-build-system) (native-inputs `(("pkg-config" ,pkg-config))) |