guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: libconfig: Update to 1.7.2.


From: Marius Bakke
Subject: 01/03: gnu: libconfig: Update to 1.7.2.
Date: Mon, 2 Apr 2018 11:04:54 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 1b362016bc60b4e4d6ad301024f895cb6fc788a4
Author: Marius Bakke <address@hidden>
Date:   Mon Apr 2 16:45:55 2018 +0200

    gnu: libconfig: Update to 1.7.2.
    
    * gnu/packages/textutils.scm (libconfig): Update to 1.7.2.
    [home-page]: Update to new home.
    [source](uri): Adjust accordingly.
---
 gnu/packages/textutils.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/textutils.scm b/gnu/packages/textutils.scm
index 2a463d8..2108a0a 100644
--- a/gnu/packages/textutils.scm
+++ b/gnu/packages/textutils.scm
@@ -294,16 +294,16 @@ input bits thoroughly but are not suitable for 
cryptography.")
 (define-public libconfig
   (package
     (name "libconfig")
-    (version "1.5")
+    (version "1.7.2")
+    (home-page "https://hyperrealm.github.io/libconfig/";)
     (source (origin
               (method url-fetch)
-              (uri (string-append "http://www.hyperrealm.com/libconfig/";
-                                  "libconfig-" version ".tar.gz"))
+              (uri (string-append home-page "/dist/libconfig-"
+                                  version ".tar.gz"))
               (sha256
                (base32
-                "1xh3hzk63v4y8815lc5209m3s6ms2cpgw4h5hg462i4f1lwsl7g3"))))
+                "1ngs2qx3cx5cbwinc5mvadly0b5n7s86zsc68c404czzfff7lg3w"))))
     (build-system gnu-build-system)
-    (home-page "http://www.hyperrealm.com/libconfig/";)
     (synopsis "C/C++ configuration file library")
     (description
      "Libconfig is a simple library for manipulating structured configuration



reply via email to

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