diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-07-27 20:41:19 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-07-27 20:46:19 +0200 |
commit | 7b58d009a952e0c36446a0a5d06582f1e9822bb6 (patch) | |
tree | 5f418d97752e130e1d8a653f0bdf1997032ca641 /gnu | |
parent | 0cd02631803fc52db1337a38de9137d43560500c (diff) |
gnu: libtextstyle: Update to 0.21.
* gnu/packages/gettext.scm (libtextstyle): Update to 0.21.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gettext.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gettext.scm b/gnu/packages/gettext.scm index 6bee92cac9..b9070ae818 100644 --- a/gnu/packages/gettext.scm +++ b/gnu/packages/gettext.scm @@ -148,14 +148,14 @@ translated messages from the catalogs. Nearly all GNU packages use Gettext.") (define-public libtextstyle (package (name "libtextstyle") - (version "0.20.2") + (version "0.21") (source (origin (inherit (package-source gnu-gettext)) (uri (string-append "mirror://gnu/gettext/gettext-" version ".tar.gz")) (sha256 (base32 - "1wc9q3y8rsbd757v985vxqcyqsxs7cxk4x7rzsjmq7d4ij8d1fgc")))) + "04kbg1sx0ncfrsbr85ggjslqkzzb243fcw9nyh3rrv1a22ihszf7")))) (build-system gnu-build-system) (arguments '(#:configure-flags '("--disable-static") |