me
/
guix
Archived
1
0
Fork 0

gnu: glibc: Update to 2.25.

* gnu/packages/base.scm (glibc): Update to 2.25
master
Efraim Flashner 2017-02-07 19:26:00 +02:00
parent 0cd3e44577
commit 242c092745
No known key found for this signature in database
GPG Key ID: F4C1D3917EACEE93
1 changed files with 2 additions and 2 deletions

View File

@ -509,14 +509,14 @@ store.")
(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