guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: libgpg-error: Update to 1.18.


From: Andreas Enge
Subject: 01/01: gnu: libgpg-error: Update to 1.18.
Date: Sun, 15 Feb 2015 18:36:18 +0000

andreas pushed a commit to branch core-updates
in repository guix.

commit a02ee3d714da93bcadc303ea063d2bf31ef38580
Author: Andreas Enge <address@hidden>
Date:   Sun Feb 15 19:26:01 2015 +0100

    gnu: libgpg-error: Update to 1.18.
    
    * gnu/packages/gnupg.scm (libgpg-error): Update to 1.18.
---
 gnu/packages/gnupg.scm |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm
index 9bc75b2..cbca9ca 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -1,6 +1,6 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2012, 2013, 2014 Ludovic Courtès <address@hidden>
-;;; Copyright © 2013 Andreas Enge <address@hidden>
+;;; Copyright © 2013, 2015 Andreas Enge <address@hidden>
 ;;; Copyright © 2014 Eric Bavier <address@hidden>
 ;;; Copyright © 2014 Mark H Weaver <address@hidden>
 ;;;
@@ -39,7 +39,7 @@
 (define-public libgpg-error
   (package
     (name "libgpg-error")
-    (version "1.17")
+    (version "1.18")
     (source
      (origin
       (method url-fetch)
@@ -47,7 +47,7 @@
                           version ".tar.bz2"))
       (sha256
        (base32
-        "1dapxzxl1naghf342fwfc2w2f2c5hb9gr1a1s4n8dsqn26kybx1z"))))
+        "0408v19h3h0q6w61g51hgbdg6cyw81nyzkh70qfprvsc3pkddwcz"))))
     (build-system gnu-build-system)
     (home-page "http://gnupg.org";)
     (synopsis "Library of error values for GnuPG components")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]