guix: bump glibc 2.31 to 7b27c450c34563a28e634cccb399cd415e71ebfe

An additional commit has been backported to the 2.31 branch:
https://sourceware.org/git/?p=glibc.git;a=shortlog;h=refs/heads/release/2.31/master.
This commit is contained in:
fanquake 2024-11-14 11:02:15 +00:00
parent 477b357460
commit 23b8a424fb
No known key found for this signature in database
GPG key ID: 2EEB9F5CC09526C1

View file

@ -451,7 +451,7 @@ inspecting signatures in Mach-O binaries.")
#t)))))))) #t))))))))
(define-public glibc-2.31 (define-public glibc-2.31
(let ((commit "8e30f03744837a85e33d84ccd34ed3abe30d37c3")) (let ((commit "7b27c450c34563a28e634cccb399cd415e71ebfe"))
(package (package
(inherit glibc) ;; 2.35 (inherit glibc) ;; 2.35
(version "2.31") (version "2.31")
@ -463,7 +463,7 @@ inspecting signatures in Mach-O binaries.")
(file-name (git-file-name "glibc" commit)) (file-name (git-file-name "glibc" commit))
(sha256 (sha256
(base32 (base32
"1zi0s9yy5zkisw823vivn7zlj8w6g9p3mm7lmlqiixcxdkz4dbn6")) "017qdpr5id7ddb4lpkzj2li1abvw916m3fc6n7nw28z4h5qbv2n0"))
(patches (search-our-patches "glibc-guix-prefix.patch")))) (patches (search-our-patches "glibc-guix-prefix.patch"))))
(arguments (arguments
(substitute-keyword-arguments (package-arguments glibc) (substitute-keyword-arguments (package-arguments glibc)