diff options
author | Ludovic Courtès <ludo@gnu.org> | 2025-07-08 13:31:40 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2025-07-18 20:17:51 +0200 |
commit | 55a36c48cf162e52788bcff66f069e5c861ce4e7 (patch) | |
tree | 2bcc23116e3fb8de7a4524946fdf060462bafdd9 | |
parent | 80171c505f6cdd0cdc846036d0958134a56c4e5f (diff) |
locale: Upgrade ‘%default-locale-libcs’.
This matches the libc users will usually be upgrading from.
* gnu/system/locale.scm (%default-locale-libcs): Replace ‘glibc-2.35’
with ‘glibc-2.39’.
Change-Id: I21c291054cd0948ced2f17e951e97f6db7116688
-rw-r--r-- | gnu/system/locale.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/system/locale.scm b/gnu/system/locale.scm index 8087744e59..37f6456e67 100644 --- a/gnu/system/locale.scm +++ b/gnu/system/locale.scm @@ -1,5 +1,5 @@ ;;; GNU Guix --- Functional package management for GNU -;;; Copyright © 2014-2017, 2019-2021, 2023-2024 Ludovic Courtès <ludo@gnu.org> +;;; Copyright © 2014-2017, 2019-2021, 2023-2025 Ludovic Courtès <ludo@gnu.org> ;;; Copyright © 2018 Mark H Weaver <mhw@netris.org> ;;; Copyright © 2023 Janneke Nieuwenhuizen <jannek@gnu.org> ;;; @@ -148,7 +148,7 @@ data format changes between libc versions." (define %default-locale-libcs ;; The libcs for which we build locales by default. - (list glibc glibc-2.35)) + (list glibc glibc-2.39)) (define %default-locale-definitions ;; Arbitrary set of locales that are built by default. They come as a |