gnu: libconfuse: Update to 3.2.

* gnu/packages/wm.scm (libconfuse): Update to 3.2.
This commit is contained in:
Tobias Geerinckx-Rice 2017-06-05 13:50:34 +02:00
parent 2d53c506de
commit 9cf9f7a886
No known key found for this signature in database
GPG Key ID: 91CCDB9B48541B99
1 changed files with 2 additions and 2 deletions

View File

@ -72,7 +72,7 @@
(define-public libconfuse (define-public libconfuse
(package (package
(name "libconfuse") (name "libconfuse")
(version "3.1") (version "3.2")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://github.com/martinh/libconfuse/" (uri (string-append "https://github.com/martinh/libconfuse/"
@ -80,7 +80,7 @@
"/confuse-" version ".tar.xz")) "/confuse-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"0rnacgfkd88qyxrfdfzn9cxz533l9s5wrzb9093f9mbi00gg6wc1")))) "0j2fg93w22apjfqnkak8k8m395n2l7hhm9xnjx0k2v82js3bnsm4"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(home-page "https://github.com/martinh/libconfuse") (home-page "https://github.com/martinh/libconfuse")
(synopsis "Configuration file parser library") (synopsis "Configuration file parser library")