~ruther/guix-local

8f82110492c0ecdb2fe0f6aba0a981cb34c66472 — Marius Bakke 8 years ago a9085f0
gnu: gnupg: Update to 2.1.22.

* gnu/packages/gnupg.scm (gnupg): Update to 2.1.22.
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/gnupg.scm
M gnu/packages/gnupg.scm => gnu/packages/gnupg.scm +2 -2
@@ 228,14 228,14 @@ compatible to GNU Pth.")
(define-public gnupg
  (package
    (name "gnupg")
    (version "2.1.21")
    (version "2.1.22")
    (source (origin
              (method url-fetch)
              (uri (string-append "mirror://gnupg/gnupg/gnupg-" version
                                  ".tar.bz2"))
              (sha256
               (base32
                "1p97limv29p01y79mgnzpwixa50lv53wgdl3ymk9idkmpaldisks"))))
                "1msazgy1q1pp7y2xr46z0il4pfzmzgzkp7v0hv5cz4hvkspnywa6"))))
    (build-system gnu-build-system)
    (native-inputs
     `(("pkg-config" ,pkg-config)))