me
/
guix
Archived
1
0
Fork 0

gnu: jemalloc: Update to 4.4.0.

* gnu/packages/jemalloc.scm (jemalloc): Update to 4.4.0.
[source, home-page]: Update to current URLs.
master
Marius Bakke 2017-02-19 22:25:44 +01:00
parent 8071bbbcfa
commit 4a4fc718d0
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 5 additions and 5 deletions

View File

@ -27,17 +27,17 @@
(define-public jemalloc
(package
(name "jemalloc")
(version "4.2.0")
(version "4.4.0")
(source (origin
(method url-fetch)
(uri (string-append
"http://www.canonware.com/download/jemalloc/"
name "-" version ".tar.bz2"))
"https://github.com/jemalloc/jemalloc/releases/download/"
version "/jemalloc-" version ".tar.bz2"))
(sha256
(base32
"1jvasihaizawz44j02bri47bd905flns03nkigipys81p6pds5mj"))))
"0cxhhybcbi02szavlxzwhvmqvddi7kgy71qxz2nz3lhqjwzadbm7"))))
(build-system gnu-build-system)
(home-page "http://www.canonware.com/jemalloc/")
(home-page "http://jemalloc.net/")
(synopsis "General-purpose scalable concurrent malloc implementation")
(description
"This library providing a malloc(3) implementation that emphasizes