gnu: Update glibc locale compatibility packages for 2.29.
* gnu/packages/base.scm (glibc-locales-2.28, glibc-utf8-locales-2.28): Rename to ... (glibc-locales-2.29, glibc-utf8-locales-2.29): ... this. Update to 2.29.
This commit is contained in:
parent
621caeb73b
commit
8176ef86be
1 changed files with 6 additions and 6 deletions
|
@ -1241,12 +1241,12 @@ (define-public glibc-utf8-locales
|
||||||
(make-glibc-utf8-locales glibc))
|
(make-glibc-utf8-locales glibc))
|
||||||
|
|
||||||
;; Packages provided to ease use of binaries linked against the previous libc.
|
;; Packages provided to ease use of binaries linked against the previous libc.
|
||||||
(define-public glibc-locales-2.28
|
(define-public glibc-locales-2.29
|
||||||
(package (inherit (make-glibc-locales glibc-2.28))
|
(package (inherit (make-glibc-locales glibc-2.29))
|
||||||
(name "glibc-locales-2.28")))
|
(name "glibc-locales-2.29")))
|
||||||
(define-public glibc-utf8-locales-2.28
|
(define-public glibc-utf8-locales-2.29
|
||||||
(package (inherit (make-glibc-utf8-locales glibc-2.28))
|
(package (inherit (make-glibc-utf8-locales glibc-2.29))
|
||||||
(name "glibc-utf8-locales-2.28")))
|
(name "glibc-utf8-locales-2.29")))
|
||||||
|
|
||||||
;; These should no longer be needed.
|
;; These should no longer be needed.
|
||||||
(define-public glibc-utf8-locales-2.27
|
(define-public glibc-utf8-locales-2.27
|
||||||
|
|
Loading…
Reference in a new issue