summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/textutils.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/textutils.scm b/gnu/packages/textutils.scm
index b6732dbae1..99708bbb6b 100644
--- a/gnu/packages/textutils.scm
+++ b/gnu/packages/textutils.scm
@@ -7,7 +7,7 @@
;;; Copyright © 2016 Alex Griffin <[email protected]>
;;; Copyright © 2016, 2018, 2019 Efraim Flashner <[email protected]>
;;; Copyright © 2016 Nikita <[email protected]>
-;;; Copyright © 2016 Marius Bakke <[email protected]>
+;;; Copyright © 2016, 2020 Marius Bakke <[email protected]>
;;; Copyright © 2017 Eric Bavier <[email protected]>
;;; Copyright © 2017 Rene Saavedra <[email protected]>
;;; Copyright © 2017,2019 Hartmut Goebel <[email protected]>
@@ -200,7 +200,7 @@ encoding, supporting Unicode version 9.0.0.")
(define-public libconfuse
(package
(name "libconfuse")
- (version "3.2.2")
+ (version "3.3")
(source
(origin
(method url-fetch)
@@ -208,7 +208,7 @@ encoding, supporting Unicode version 9.0.0.")
"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")