diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-07-27 20:36:11 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-07-27 20:36:11 +0200 |
commit | 94a6127fb955a9ddcf9dc740e9cfbb2bd7e5bd53 (patch) | |
tree | 1d257022546d2da850dbc6d700023ac907d25000 /gnu/packages/gettext.scm | |
parent | cf6f530b037c01696711b1a7270fa976f19c0508 (diff) |
gnu: gettext-minimal: Update to 0.21.
* gnu/packages/gettext.scm (gettext-minimal): Update to 0.21.
Diffstat (limited to 'gnu/packages/gettext.scm')
-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 666b2f3e7e..8d03d2c3ff 100644 --- a/gnu/packages/gettext.scm +++ b/gnu/packages/gettext.scm @@ -44,14 +44,14 @@ (define-public gettext-minimal (package (name "gettext-minimal") - (version "0.20.2") + (version "0.21") (source (origin (method url-fetch) (uri (string-append "mirror://gnu/gettext/gettext-" version ".tar.gz")) (sha256 (base32 - "1wc9q3y8rsbd757v985vxqcyqsxs7cxk4x7rzsjmq7d4ij8d1fgc")))) + "04kbg1sx0ncfrsbr85ggjslqkzzb243fcw9nyh3rrv1a22ihszf7")))) (build-system gnu-build-system) (outputs '("out" "doc")) ;9 MiB of HTML |