gnu: libconfuse: Update to 3.1.
* gnu/packages/wm.scm (libconfuse): Update to 3.1. [source, home-page]: Change to new home page.
This commit is contained in:
parent
8675ae15b7
commit
631ced1b5b
|
@ -72,16 +72,17 @@
|
||||||
(define-public libconfuse
|
(define-public libconfuse
|
||||||
(package
|
(package
|
||||||
(name "libconfuse")
|
(name "libconfuse")
|
||||||
(version "2.7")
|
(version "3.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://savannah.nongnu.org/download/confuse/"
|
(uri (string-append "https://github.com/martinh/libconfuse/"
|
||||||
"confuse-" version ".tar.gz"))
|
"releases/download/v" version
|
||||||
|
"/confuse-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0y47r2ashz44wvnxdb18ivpmj8nxhw3y9bf7v9w0g5byhgyp89g3"))))
|
"0rnacgfkd88qyxrfdfzn9cxz533l9s5wrzb9093f9mbi00gg6wc1"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(home-page "http://www.nongnu.org/confuse/")
|
(home-page "https://github.com/martinh/libconfuse")
|
||||||
(synopsis "Configuration file parser library")
|
(synopsis "Configuration file parser library")
|
||||||
(description "libconfuse is a configuration file parser library. It
|
(description "libconfuse is a configuration file parser library. It
|
||||||
supports sections and (lists of) values (strings, integers, floats, booleans
|
supports sections and (lists of) values (strings, integers, floats, booleans
|
||||||
|
|
Loading…
Reference in New Issue