aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/jemalloc.scm
diff options
context:
space:
mode:
authorMarius Bakke <marius@gnu.org>2022-06-26 02:16:45 +0200
committerMarius Bakke <marius@gnu.org>2022-06-26 12:06:30 +0200
commit7bd24f5bd1ff61a7dc494d62e9fb836c07e516a9 (patch)
tree7658762d3fe5176120de79d2ca2570e2b8133a64 /gnu/packages/jemalloc.scm
parent7a0e57a81239b5e71e278c69db04e84185567210 (diff)
downloadguix-7bd24f5bd1ff61a7dc494d62e9fb836c07e516a9.tar
guix-7bd24f5bd1ff61a7dc494d62e9fb836c07e516a9.tar.gz
gnu: jemalloc: Update to 5.3.0.
* gnu/packages/jemalloc.scm (jemalloc): Update to 5.3.0.
Diffstat (limited to 'gnu/packages/jemalloc.scm')
-rw-r--r--gnu/packages/jemalloc.scm4
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