File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ chain for " target " development."))
102102 #:key
103103 (base-gcc-for-libc linux-base-gcc)
104104 (base-kernel-headers base-linux-kernel-headers)
105- (base-libc glibc-2.32 )
105+ (base-libc glibc-2.31 )
106106 (base-gcc linux-base-gcc))
107107 " Convenience wrapper around MAKE-CROSS-TOOLCHAIN with default values
108108desirable for building Bitcoin Core release binaries."
@@ -194,11 +194,11 @@ chain for " target " development."))
194194 ((" -rpath=" ) " -rpath-link=" ))
195195 #t ))))))))
196196
197- (define-public glibc-2.32
198- (let ((commit " 3de512be7ea6053255afed6154db9ee31d4e557a " ))
197+ (define-public glibc-2.31
198+ (let ((commit " 7b27c450c34563a28e634cccb399cd415e71ebfe " ))
199199 (package
200- (inherit glibc) ; ; 2.32
201- (version " 2.32 " )
200+ (inherit glibc) ; ; 2.35
201+ (version " 2.31 " )
202202 (source (origin
203203 (method git-fetch)
204204 (uri (git-reference
@@ -207,7 +207,7 @@ chain for " target " development."))
207207 (file-name (git-file-name " glibc" commit))
208208 (sha256
209209 (base32
210- " 1175qgpbmfh3hl435p4myamncnbvvv69r3xann823hrmrhc31bc0 " ))
210+ " 017qdpr5id7ddb4lpkzj2li1abvw916m3fc6n7nw28z4h5qbv2n0 " ))
211211 (patches (search-our-patches " glibc-guix-prefix.patch" ))))
212212 (arguments
213213 (substitute-keyword-arguments (package-arguments glibc)
You can’t perform that action at this time.
0 commit comments