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.1.


From: guix-commits
Subject: branch master updated: gnu: guile-config: Update to 0.4.1.
Date: Mon, 18 May 2020 09:34:30 -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 14950b8  gnu: guile-config: Update to 0.4.1.
14950b8 is described below

commit 14950b83b0939b5c1aace45d669e89cadac04f71
Author: Alex Sassmannshausen <address@hidden>
AuthorDate: Mon May 18 15:30:34 2020 +0200

    gnu: guile-config: Update to 0.4.1.
    
    * gnu/packages/guile-xyz.scm (guile-config): Update to 0.4.1.
---
 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 f3a8cbf..674b1f9 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -1353,7 +1353,7 @@ PostgreSQL.")
 (define-public guile-config
   (package
     (name "guile-config")
-    (version "0.4.0")
+    (version "0.4.1")
     (source
      (origin
        (method git-fetch)
@@ -1362,7 +1362,7 @@ PostgreSQL.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256 (base32
-                "1ax7ifnnmxww6mxc1gfz577axvn6rqy152g3ks576vai88q631pr"))))
+                "1c59ch96d5p4c7si8qp55fdc15375klf2hyh29y3ap8ahqx9pxqj"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("autoconf" ,autoconf)



reply via email to

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