Archived
1
0
Fork 0

gnu: gettext-minimal: Update to 0.20.2.

* gnu/packages/gettext.scm (gettext-minimal): Update to 0.20.2.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
This commit is contained in:
Josh Marshall 2020-05-16 16:07:38 -04:00 committed by Marius Bakke
parent 4c230e713a
commit 7b46b31336
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -44,14 +44,14 @@
(define-public gettext-minimal (define-public gettext-minimal
(package (package
(name "gettext-minimal") (name "gettext-minimal")
(version "0.20.1") (version "0.20.2")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://gnu/gettext/gettext-" (uri (string-append "mirror://gnu/gettext/gettext-"
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0p3zwkk27wm2m2ccfqm57nj7vqkmfpn7ja1nf65zmhz8qqs5chb6")))) "1wc9q3y8rsbd757v985vxqcyqsxs7cxk4x7rzsjmq7d4ij8d1fgc"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(outputs '("out" (outputs '("out"
"doc")) ;9 MiB of HTML "doc")) ;9 MiB of HTML