guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: mimalloc: Update to 2.1.2.


From: guix-commits
Subject: 03/04: gnu: mimalloc: Update to 2.1.2.
Date: Wed, 15 Nov 2023 10:16:46 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 8de6ed69136d48efb083d91356474c4aef5bbcb0
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Nov 15 09:39:29 2023 +0200

    gnu: mimalloc: Update to 2.1.2.
    
    * gnu/packages/c.scm (mimalloc): Update to 2.1.2.
    
    Change-Id: I20ff922250f57beabb427d72e82579e0059fd4f2
---
 gnu/packages/c.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/c.scm b/gnu/packages/c.scm
index 4b23015275..da0d11e8f7 100644
--- a/gnu/packages/c.scm
+++ b/gnu/packages/c.scm
@@ -1198,7 +1198,7 @@ Telemetry Transport (MQTT) publish-subscribe messaging 
protocol.")
 (define-public mimalloc
   (package
     (name "mimalloc")
-    (version "2.0.9")
+    (version "2.1.2")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1207,7 +1207,7 @@ Telemetry Transport (MQTT) publish-subscribe messaging 
protocol.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "19w0i28p6knjd192rrcw1ayc3x0qp6rcm48cwkls4kwn8fng81fj"))))
+                "1pyf05snc1ib7zjjm9kspvbmynd8lmxqw72qcpz8lcyzyywmz24i"))))
     (build-system cmake-build-system)
     (arguments
      `(#:build-type "Release"



reply via email to

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