mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: gettext-minimal: Update to 0.21.
* gnu/packages/gettext.scm (gettext-minimal): Update to 0.21.
This commit is contained in:
parent
cf6f530b03
commit
94a6127fb9
1 changed files with 2 additions and 2 deletions
|
@ -44,14 +44,14 @@
|
||||||
(define-public gettext-minimal
|
(define-public gettext-minimal
|
||||||
(package
|
(package
|
||||||
(name "gettext-minimal")
|
(name "gettext-minimal")
|
||||||
(version "0.20.2")
|
(version "0.21")
|
||||||
(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
|
||||||
"1wc9q3y8rsbd757v985vxqcyqsxs7cxk4x7rzsjmq7d4ij8d1fgc"))))
|
"04kbg1sx0ncfrsbr85ggjslqkzzb243fcw9nyh3rrv1a22ihszf7"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(outputs '("out"
|
(outputs '("out"
|
||||||
"doc")) ;9 MiB of HTML
|
"doc")) ;9 MiB of HTML
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue