gnu: jemalloc: Update to 5.2.0.

* gnu/packages/jemalloc.scm (jemalloc): Update to 5.2.0.
master
Marius Bakke 2019-04-07 22:10:26 +02:00
parent 2da9b81837
commit 922fbf8a66
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@
(define-public jemalloc
(package
(name "jemalloc")
(version "5.1.0")
(version "5.2.0")
(source (origin
(method url-fetch)
(uri (string-append
@ -40,7 +40,7 @@
version "/jemalloc-" version ".tar.bz2"))
(sha256
(base32
"0s3jpcyhzia8d4k0xyc67is78kg416p9yc3c2f9w6fhhqqffd5jk"))))
"1d73a5c5qdrwck0fa5pxz0myizaf3s9alsvhiqwrjahdlr29zgkl"))))
(build-system gnu-build-system)
(arguments
`(#:phases