mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 13:36:36 +01:00
REMOVEME Revert "gnu: gettext: Update to 0.23.1." -- avoid world rebuild.
Avoid a world rebuild at this time.
This reverts commit 75b96a4639
.
This commit is contained in:
parent
75b96a4639
commit
e506b078eb
1 changed files with 2 additions and 2 deletions
|
@ -55,14 +55,14 @@ (define-module (gnu packages gettext)
|
||||||
(define-public gettext-minimal
|
(define-public gettext-minimal
|
||||||
(package
|
(package
|
||||||
(name "gettext-minimal")
|
(name "gettext-minimal")
|
||||||
(version "0.23.1")
|
(version "0.23")
|
||||||
(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
|
||||||
"0j8fijicvg8jkrisgsqbpnbmfb2mz3gx2p6pcwip82731yb7i9aj"))))
|
"19h717qnmg01499gi3494z9l2ss12cp60405ml473p82580dfpcl"))))
|
||||||
(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…
Reference in a new issue