nckx pushed a commit to branch master
in repository guix.
commit e51101ecda83c85b0ed9ca98dc7d9606f00dc0ac
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Sat Jun 13 20:25:54 2020 +0200
gnu: libtextstyle: Update to 0.20.2.
* gnu/packages/gettext.scm (libtextstyle): Update to 0.20.2.
---
gnu/packages/gettext.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/gettext.scm b/gnu/packages/gettext.scm
index 202acf2..6bee92c 100644
--- a/gnu/packages/gettext.scm
+++ b/gnu/packages/gettext.scm
@@ -7,7 +7,7 @@
;;; Copyright © 2017, 2019 Marius Bakke <[email protected]>
;;; Copyright © 2017 Mathieu Othacehe <[email protected]>
;;; Copyright © 2017 Eric Bavier <[email protected]>
-;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <[email protected]>
+;;; Copyright © 2018, 2019, 2020 Tobias Geerinckx-Rice <[email protected]>
;;; Copyright © 2019 Miguel <[email protected]>
;;;
;;; This file is part of GNU Guix.
@@ -148,14 +148,14 @@ translated messages from the catalogs. Nearly all GNU
packages use Gettext.")
(define-public libtextstyle
(package
(name "libtextstyle")
- (version "0.20.1")
+ (version "0.20.2")
(source (origin
(inherit (package-source gnu-gettext))
(uri (string-append "mirror://gnu/gettext/gettext-"
version ".tar.gz"))
(sha256
(base32
- "0p3zwkk27wm2m2ccfqm57nj7vqkmfpn7ja1nf65zmhz8qqs5chb6"))))
+ "1wc9q3y8rsbd757v985vxqcyqsxs7cxk4x7rzsjmq7d4ij8d1fgc"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags '("--disable-static")