guix-commits
[Top][All Lists]
Advanced

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

01/04: gnu: guile-config: Update to 0.3.1.


From: guix-commits
Subject: 01/04: gnu: guile-config: Update to 0.3.1.
Date: Fri, 17 Jan 2020 08:19:06 -0500 (EST)

atheia pushed a commit to branch master
in repository guix.

commit 91e295470ef706779047699f1ae90c998669f8eb
Author: Alex Sassmannshausen <address@hidden>
AuthorDate: Fri Jan 17 14:04:51 2020 +0100

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

diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index bb9b259..cb4a082 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -1336,15 +1336,16 @@ PostgreSQL.")
 (define-public guile-config
   (package
     (name "guile-config")
-    (version "0.3")
+    (version "0.3.1")
     (source
      (origin
        (method git-fetch)
        (uri (git-reference
              (url "https://gitlab.com/a-sassmannshausen/guile-config";)
-             (commit "ce12de3f438c6b2b59c43ee21bcd58251835fdf3")))
-       (file-name "guile-config-0.3-checkout")
-       (sha256 (base32 
"02zbpin0r9m2vxmr7mv68v3xdn247dcck56kbzjn0gj4c2rhih85"))))
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256 (base32
+                "0gglsqwpw77gvrqcny8irpqfl7qdf2v8n9ggwrswanxalj4vcbvf"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("autoconf" ,autoconf)



reply via email to

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