guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: libconfuse: Update to 3.1.


From: Tobias Geerinckx-Rice
Subject: 02/02: gnu: libconfuse: Update to 3.1.
Date: Wed, 24 May 2017 17:54:55 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 631ced1b5b0dfccf70bdca9947111894ea5a00f7
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed May 24 23:40:19 2017 +0200

    gnu: libconfuse: Update to 3.1.
    
    * gnu/packages/wm.scm (libconfuse): Update to 3.1.
    [source, home-page]: Change to new home page.
---
 gnu/packages/wm.scm | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 3cf74c4..607ef2b 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -72,16 +72,17 @@
 (define-public libconfuse
   (package
     (name "libconfuse")
-    (version "2.7")
+    (version "3.1")
     (source (origin
               (method url-fetch)
-              (uri (string-append 
"http://savannah.nongnu.org/download/confuse/";
-                                  "confuse-" version ".tar.gz"))
+              (uri (string-append "https://github.com/martinh/libconfuse/";
+                                  "releases/download/v" version
+                                  "/confuse-" version ".tar.xz"))
               (sha256
                (base32
-                "0y47r2ashz44wvnxdb18ivpmj8nxhw3y9bf7v9w0g5byhgyp89g3"))))
+                "0rnacgfkd88qyxrfdfzn9cxz533l9s5wrzb9093f9mbi00gg6wc1"))))
     (build-system gnu-build-system)
-    (home-page "http://www.nongnu.org/confuse/";)
+    (home-page "https://github.com/martinh/libconfuse";)
     (synopsis "Configuration file parser library")
     (description "libconfuse is a configuration file parser library.  It
 supports sections and (lists of) values (strings, integers, floats, booleans



reply via email to

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