diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-08-18 08:10:28 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-08-18 08:11:45 +0200 |
commit | 2c7321eaa745aff39a69ce02e1ee0dcae7ceb8ff (patch) | |
tree | 25f259f94b58039d914e665f50cadde7e99d80c8 /gnu/packages/wm.scm | |
parent | 623cc34cd203c2299a33fb788551f9136f5e8325 (diff) | |
download | patches-2c7321eaa745aff39a69ce02e1ee0dcae7ceb8ff.tar patches-2c7321eaa745aff39a69ce02e1ee0dcae7ceb8ff.tar.gz |
gnu: libconfuse: Update to 3.2.1.
* gnu/packages/wm.scm (libconfuse): Update to 3.2.1.
Diffstat (limited to 'gnu/packages/wm.scm')
-rw-r--r-- | gnu/packages/wm.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm index 6e458bfdef..71a91510b2 100644 --- a/gnu/packages/wm.scm +++ b/gnu/packages/wm.scm @@ -73,7 +73,7 @@ (define-public libconfuse (package (name "libconfuse") - (version "3.2") + (version "3.2.1") (source (origin (method url-fetch) (uri (string-append "https://github.com/martinh/libconfuse/" @@ -81,7 +81,7 @@ "/confuse-" version ".tar.xz")) (sha256 (base32 - "0j2fg93w22apjfqnkak8k8m395n2l7hhm9xnjx0k2v82js3bnsm4")))) + "0pnjmlj9i0alp407qd7c0vq83sz7gpsjrbdgpcn4xvzjp9r35ii3")))) (build-system gnu-build-system) (home-page "https://github.com/martinh/libconfuse") (synopsis "Configuration file parser library") |