guix-commits
[Top][All Lists]
Advanced

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

17/94: gnu: jemalloc: Update to 5.2.1.


From: guix-commits
Subject: 17/94: gnu: jemalloc: Update to 5.2.1.
Date: Thu, 5 Dec 2019 12:15:29 -0500 (EST)

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

commit 8aeac338a7084720a0143f54b83e39d18a2edcdc
Author: Marius Bakke <address@hidden>
Date:   Fri Nov 29 23:54:23 2019 +0100

    gnu: jemalloc: Update to 5.2.1.
    
    * gnu/packages/jemalloc.scm (jemalloc): Update to 5.2.1.
---
 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 aa8493f..2eabf44 100644
--- a/gnu/packages/jemalloc.scm
+++ b/gnu/packages/jemalloc.scm
@@ -32,7 +32,7 @@
 (define-public jemalloc
   (package
     (name "jemalloc")
-    (version "5.2.0")
+    (version "5.2.1")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -40,7 +40,7 @@
                     version "/jemalloc-" version ".tar.bz2"))
               (sha256
                (base32
-                "1d73a5c5qdrwck0fa5pxz0myizaf3s9alsvhiqwrjahdlr29zgkl"))))
+                "1xl7z0vwbn5iycg7amka9jd6hxd8nmfk7nahi4p9w2bnw9f0wcrl"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases



reply via email to

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