mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 19:19:20 -05:00
gnu: glibc: Update to 2.25.
* gnu/packages/base.scm (glibc): Update to 2.25
This commit is contained in:
parent
0cd3e44577
commit
242c092745
1 changed files with 2 additions and 2 deletions
|
@ -509,14 +509,14 @@ (define* (make-ld-wrapper name #:key
|
|||
(define-public glibc/linux
|
||||
(package
|
||||
(name "glibc")
|
||||
(version "2.24")
|
||||
(version "2.25")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnu/glibc/glibc-"
|
||||
version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1lxmprg9gm73gvafxd503x70z32phwjzcy74i0adfi6ixzla7m4r"))
|
||||
"1813dzkgw6v8q8q1m4v96yfis7vjqc9pslqib6j9mrwh6fxxjyq6"))
|
||||
(snippet
|
||||
;; Disable 'ldconfig' and /etc/ld.so.cache. The latter is
|
||||
;; required on LFS distros to avoid loading the distro's libc.so
|
||||
|
|
Loading…
Reference in a new issue