gnu: jemalloc: Update to 5.2.0.
* gnu/packages/jemalloc.scm (jemalloc): Update to 5.2.0.
This commit is contained in:
parent
2da9b81837
commit
922fbf8a66
|
@ -32,7 +32,7 @@
|
||||||
(define-public jemalloc
|
(define-public jemalloc
|
||||||
(package
|
(package
|
||||||
(name "jemalloc")
|
(name "jemalloc")
|
||||||
(version "5.1.0")
|
(version "5.2.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -40,7 +40,7 @@
|
||||||
version "/jemalloc-" version ".tar.bz2"))
|
version "/jemalloc-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0s3jpcyhzia8d4k0xyc67is78kg416p9yc3c2f9w6fhhqqffd5jk"))))
|
"1d73a5c5qdrwck0fa5pxz0myizaf3s9alsvhiqwrjahdlr29zgkl"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
|
Loading…
Reference in New Issue