~ruther/guix-local

ed019703894f2769c0a1121d8cf20f1e803797d5 — Mark H Weaver 10 years ago 0adfe95
gnu: gnupg: Update to 2.1.9.

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

M gnu/packages/gnupg.scm
M gnu/packages/gnupg.scm => gnu/packages/gnupg.scm +2 -2
@@ 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)))