From 55a36c48cf162e52788bcff66f069e5c861ce4e7 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Tue, 8 Jul 2025 13:31:40 +0200 Subject: locale: Upgrade ‘%default-locale-libcs’. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- gnu/system/locale.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/system') 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 @@ ;;; GNU Guix --- Functional package management for GNU -;;; Copyright © 2014-2017, 2019-2021, 2023-2024 Ludovic Courtès +;;; Copyright © 2014-2017, 2019-2021, 2023-2025 Ludovic Courtès ;;; Copyright © 2018 Mark H Weaver ;;; Copyright © 2023 Janneke Nieuwenhuizen ;;; @@ -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 -- cgit v1.3