diff options
author | Marius Bakke <marius@gnu.org> | 2022-06-26 02:16:45 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-06-26 12:06:30 +0200 |
commit | 7bd24f5bd1ff61a7dc494d62e9fb836c07e516a9 (patch) | |
tree | 7658762d3fe5176120de79d2ca2570e2b8133a64 | |
parent | 7a0e57a81239b5e71e278c69db04e84185567210 (diff) | |
download | guix-7bd24f5bd1ff61a7dc494d62e9fb836c07e516a9.tar.gz |
gnu: jemalloc: Update to 5.3.0.
* gnu/packages/jemalloc.scm (jemalloc): Update to 5.3.0.
-rw-r--r-- | gnu/packages/jemalloc.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/jemalloc.scm b/gnu/packages/jemalloc.scm index 2e25780257..354f07a838 100644 --- a/gnu/packages/jemalloc.scm +++ b/gnu/packages/jemalloc.scm @@ -75,7 +75,7 @@ fragmentation avoidance and scalable concurrency support.") (define-public jemalloc (package (inherit jemalloc-4.5.0) - (version "5.2.1") + (version "5.3.0") (source (origin (method url-fetch) (uri (string-append @@ -83,7 +83,7 @@ fragmentation avoidance and scalable concurrency support.") version "/jemalloc-" version ".tar.bz2")) (sha256 (base32 - "1xl7z0vwbn5iycg7amka9jd6hxd8nmfk7nahi4p9w2bnw9f0wcrl")))) + "1apyxjd1ixy4g8xkr61p0ny8jiz8vyv1j0k4nxqkxpqrf4g2vf1d")))) (arguments (substitute-keyword-arguments (package-arguments jemalloc-4.5.0) ;; Disable the thread local storage model in jemalloc 5 to prevent |