me
/
guix
Archived
1
0
Fork 0

gnu: jemalloc: Update to 5.2.1.

* gnu/packages/jemalloc.scm (jemalloc): Update to 5.2.1.
master
Marius Bakke 2019-11-29 23:54:23 +01:00
parent abd5124417
commit 8aeac338a7
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.2.0")
(version "5.2.1")
(source (origin
(method url-fetch)
(uri (string-append
@ -40,7 +40,7 @@
version "/jemalloc-" version ".tar.bz2"))
(sha256
(base32
"1d73a5c5qdrwck0fa5pxz0myizaf3s9alsvhiqwrjahdlr29zgkl"))))
"1xl7z0vwbn5iycg7amka9jd6hxd8nmfk7nahi4p9w2bnw9f0wcrl"))))
(build-system gnu-build-system)
(arguments
`(#:phases