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


From: guix-commits
Subject: branch master updated: gnu: guile-config: Update to 0.4.0.
Date: Sun, 17 May 2020 11:29:10 -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 529d1d9  gnu: guile-config: Update to 0.4.0.
529d1d9 is described below

commit 529d1d96ca99ac826afdd5ca8b22fccf87a9d8b8
Author: Alex Sassmannshausen <address@hidden>
AuthorDate: Sun May 17 17:28:18 2020 +0200

    gnu: guile-config: Update to 0.4.0.
    
    * gnu/packages/guile-xyz.scm (guile-config): Update to 0.4.0.
---
 gnu/packages/guile-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index fb56fb2..e53306e 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -1353,16 +1353,16 @@ PostgreSQL.")
 (define-public guile-config
   (package
     (name "guile-config")
-    (version "0.3.1")
+    (version "0.4.0")
     (source
      (origin
        (method git-fetch)
        (uri (git-reference
              (url "https://gitlab.com/a-sassmannshausen/guile-config";)
-             (commit (string-append "v" version))))
+             (commit version)))
        (file-name (git-file-name name version))
        (sha256 (base32
-                "0gglsqwpw77gvrqcny8irpqfl7qdf2v8n9ggwrswanxalj4vcbvf"))))
+                "1ax7ifnnmxww6mxc1gfz577axvn6rqy152g3ks576vai88q631pr"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("autoconf" ,autoconf)



reply via email to

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