guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: libgpg-error: Update to 1.39.


From: guix-commits
Subject: 01/02: gnu: libgpg-error: Update to 1.39.
Date: Wed, 18 Nov 2020 03:36:16 -0500 (EST)

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

commit 2c0d0723598f300175be43a3314a850fc4c34a36
Author: Miguel Ángel Arruga Vivas <rosen644835@gmail.com>
AuthorDate: Tue Nov 17 20:45:51 2020 +0100

    gnu: libgpg-error: Update to 1.39.
    
    * gnu/packages/gnupg.scm (libgpg-error): Update to 1.39.
---
 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 4044a9c..3db506f 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -79,7 +79,7 @@
 (define-public libgpg-error
   (package
     (name "libgpg-error")
-    (version "1.37")
+    (version "1.39")
     (source
      (origin
       (method url-fetch)
@@ -87,7 +87,7 @@
                           version ".tar.bz2"))
       (sha256
        (base32
-        "0qwpx8mbc2l421a22l0l1hpzkip9jng06bbzgxwpkkvk5bvnybdk"))))
+        "13r9vf6dyjab6jh2821fp2r6m624iy838j2s3kpr882rmvf6x0sa"))))
     (build-system gnu-build-system)
     (arguments
      (if (%current-target-system)



reply via email to

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