guix-commits
[Top][All Lists]
Advanced

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

07/17: gnu: mimalloc: Update to 2.0.9.


From: guix-commits
Subject: 07/17: gnu: mimalloc: Update to 2.0.9.
Date: Thu, 19 Jan 2023 16:28:45 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit d35689f2fc04f1306e7f01a9e314654309cdd923
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jan 15 01:00:00 2023 +0100

    gnu: mimalloc: Update to 2.0.9.
    
    * gnu/packages/c.scm (mimalloc): Update to 2.0.9.
---
 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 04c9fcdc62..f0a7b1cd97 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.7")
+    (version "2.0.9")
     (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
-                "0g54z9c4w7zjp3m1s70cgrjhxa5hr43pkhdbj61a2rb54z09lzw7"))))
+                "19w0i28p6knjd192rrcw1ayc3x0qp6rcm48cwkls4kwn8fng81fj"))))
     (build-system cmake-build-system)
     (arguments
      `(#:build-type "Release"))



reply via email to

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