gnu: jemalloc: Update to 5.3.0.

* gnu/packages/jemalloc.scm (jemalloc): Update to 5.3.0.
This commit is contained in:
Marius Bakke 2022-06-26 02:16:45 +02:00
parent 7a0e57a812
commit 7bd24f5bd1
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -75,7 +75,7 @@ (define-public jemalloc-4.5.0
(define-public jemalloc (define-public jemalloc
(package (package
(inherit jemalloc-4.5.0) (inherit jemalloc-4.5.0)
(version "5.2.1") (version "5.3.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -83,7 +83,7 @@ (define-public jemalloc
version "/jemalloc-" version ".tar.bz2")) version "/jemalloc-" version ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"1xl7z0vwbn5iycg7amka9jd6hxd8nmfk7nahi4p9w2bnw9f0wcrl")))) "1apyxjd1ixy4g8xkr61p0ny8jiz8vyv1j0k4nxqkxpqrf4g2vf1d"))))
(arguments (arguments
(substitute-keyword-arguments (package-arguments jemalloc-4.5.0) (substitute-keyword-arguments (package-arguments jemalloc-4.5.0)
;; Disable the thread local storage model in jemalloc 5 to prevent ;; Disable the thread local storage model in jemalloc 5 to prevent