guix: Fix glibc version in comment

At the current time-machine commit
c5eee3336cc1d10a3cc1c97fde2809c3451624d3, the default `glibc` package
version is 2.41.
This commit is contained in:
Hennadii Stepanov
2026-07-22 15:29:26 +01:00
parent 8916f7967e
commit 80f831494e

View File

@@ -209,7 +209,7 @@ chain for " target " development."))
(define-public glibc-2.31
(let ((commit "28eb5caf895ced5d895cb02757e109004a2d33e5"))
(package
(inherit glibc) ;; 2.39
(inherit glibc) ;; 2.41
(version "2.31")
(source (origin
(method git-fetch)