gnu: libconfuse: Update to 3.3.

* gnu/packages/textutils.scm (libconfuse): Update to 3.3.
This commit is contained in:
Marius Bakke 2020-06-27 15:44:21 +02:00
parent 25e0083165
commit 07d6003be0
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -7,7 +7,7 @@
;;; Copyright © 2016 Alex Griffin <a@ajgrf.com>
;;; Copyright © 2016, 2018, 2019 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2016 Nikita <nikita@n0.is>
;;; Copyright © 2016 Marius Bakke <mbakke@fastmail.com>
;;; Copyright © 2016, 2020 Marius Bakke <marius@gnu.org>
;;; Copyright © 2017 Eric Bavier <bavier@member.fsf.org>
;;; Copyright © 2017 Rene Saavedra <rennes@openmailbox.org>
;;; Copyright © 2017,2019 Hartmut Goebel <h.goebel@crazy-compilers.com>
@ -200,7 +200,7 @@ (define-public utf8proc
(define-public libconfuse
(package
(name "libconfuse")
(version "3.2.2")
(version "3.3")
(source
(origin
(method url-fetch)
@ -208,7 +208,7 @@ (define-public libconfuse
"releases/download/v" version
"/confuse-" version ".tar.xz"))
(sha256
(base32 "02r1mmzik2m0iigbc2da3y754vj24i18r3ml5p2wzs027mjhn959"))))
(base32 "043hqqykpprgrkw9s2hbdlxr308a7yxwsgxj4m8aadg1401hmm8x"))))
(build-system gnu-build-system)
(home-page "https://github.com/martinh/libconfuse")
(synopsis "Configuration file parser library")