gnu: jemalloc: Update to 4.4.0.

* gnu/packages/jemalloc.scm (jemalloc): Update to 4.4.0.
[source, home-page]: Update to current URLs.
This commit is contained in:
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

View file

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