guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

42/62: gnu: jemalloc: Update to 5.3.0.


From: guix-commits
Subject: 42/62: gnu: jemalloc: Update to 5.3.0.
Date: Sun, 26 Jun 2022 06:09:10 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 7bd24f5bd1ff61a7dc494d62e9fb836c07e516a9
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sun Jun 26 02:16:45 2022 +0200

    gnu: jemalloc: Update to 5.3.0.
    
    * gnu/packages/jemalloc.scm (jemalloc): Update to 5.3.0.
---
 gnu/packages/jemalloc.scm | 4 ++--
 1 file 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]