mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-07-26 16:18:47 +02:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user