summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
Diffstat (limited to 'gnu')
-rw-r--r--gnu/system/locale.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/system/locale.scm b/gnu/system/locale.scm
index 8087744e595..37f6456e673 100644
--- a/gnu/system/locale.scm
+++ b/gnu/system/locale.scm
@@ -1,5 +1,5 @@
1;;; GNU Guix --- Functional package management for GNU 1;;; GNU Guix --- Functional package management for GNU
2;;; Copyright © 2014-2017, 2019-2021, 2023-2024 Ludovic Courtès <ludo@gnu.org> 2;;; Copyright © 2014-2017, 2019-2021, 2023-2025 Ludovic Courtès <ludo@gnu.org>
3;;; Copyright © 2018 Mark H Weaver <mhw@netris.org> 3;;; Copyright © 2018 Mark H Weaver <mhw@netris.org>
4;;; Copyright © 2023 Janneke Nieuwenhuizen <jannek@gnu.org> 4;;; Copyright © 2023 Janneke Nieuwenhuizen <jannek@gnu.org>
5;;; 5;;;
@@ -148,7 +148,7 @@ data format changes between libc versions."
148 148
149(define %default-locale-libcs 149(define %default-locale-libcs
150 ;; The libcs for which we build locales by default. 150 ;; The libcs for which we build locales by default.
151 (list glibc glibc-2.35)) 151 (list glibc glibc-2.39))
152 152
153(define %default-locale-definitions 153(define %default-locale-definitions
154 ;; Arbitrary set of locales that are built by default. They come as a 154 ;; Arbitrary set of locales that are built by default. They come as a