guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: guile-config: Update to 0.4.2.


From: guix-commits
Subject: branch master updated: gnu: guile-config: Update to 0.4.2.
Date: Sat, 20 Jun 2020 05:58:44 -0400

This is an automated email from the git hooks/post-receive script.

atheia pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new aed0d0f  gnu: guile-config: Update to 0.4.2.
aed0d0f is described below

commit aed0d0fd73b33824edfe3409fa7e2cbbdde6a6e1
Author: Alex Sassmannshausen <alex@komputilo.eu>
AuthorDate: Sat Jun 20 11:58:03 2020 +0200

    gnu: guile-config: Update to 0.4.2.
    
    * gnu/packages/guile-xyz.scm (guile-config): Update to 0.4.2.
---
 gnu/packages/guile-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 0942e7c..8386f95 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -1396,7 +1396,7 @@ PostgreSQL.")
 (define-public guile-config
   (package
     (name "guile-config")
-    (version "0.4.1")
+    (version "0.4.2")
     (source
      (origin
        (method git-fetch)
@@ -1405,7 +1405,7 @@ PostgreSQL.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256 (base32
-                "1c59ch96d5p4c7si8qp55fdc15375klf2hyh29y3ap8ahqx9pxqj"))))
+                "09028ylbddjdp3d67zdjz3pnsjqz6zs2bfck5rr3dfaa0qjap40n"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("autoconf" ,autoconf)



reply via email to

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