guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: mimalloc: Update to 2.0.7.


From: guix-commits
Subject: 01/02: gnu: mimalloc: Update to 2.0.7.
Date: Sun, 13 Nov 2022 05:26:30 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit ec6e82ba886a462278ff5052ba97ab2c61bab005
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Nov 13 11:49:28 2022 +0200

    gnu: mimalloc: Update to 2.0.7.
    
    * gnu/packages/c.scm (mimalloc): Update to 2.0.7.
---
 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 633cab48f4..c3d020822b 100644
--- a/gnu/packages/c.scm
+++ b/gnu/packages/c.scm
@@ -1128,7 +1128,7 @@ Telemetry Transport (MQTT) publish-subscribe messaging 
protocol.")
 (define-public mimalloc
   (package
     (name "mimalloc")
-    (version "2.0.6")
+    (version "2.0.7")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1137,7 +1137,7 @@ Telemetry Transport (MQTT) publish-subscribe messaging 
protocol.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "05x2dl3zimflfj91ns3vrphmzpdlyyr230p9adqgfds101f16qmv"))))
+                "0g54z9c4w7zjp3m1s70cgrjhxa5hr43pkhdbj61a2rb54z09lzw7"))))
     (build-system cmake-build-system)
     (arguments
      `(#:build-type "Release"))



reply via email to

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