guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 9f1a0275ba649642076574a2770da950ff408363
Author: Eric Bavier <[email protected]>
AuthorDate: Fri Nov 21 11:37:15 2025 -0600
gnu: mimalloc: Update to 3.1.5.
* gnu/packages/c.scm (mimalloc): Update to 3.1.5.
Change-Id: Iafb25ae4f846a159e2e1ebe1ec37a76661841833
---
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 128607fa82..373f8bc697 100644
--- a/gnu/packages/c.scm
+++ b/gnu/packages/c.scm
@@ -1437,7 +1437,7 @@ Telemetry Transport (MQTT) publish-subscribe messaging
protocol.")
(define-public mimalloc
(package
(name "mimalloc")
- (version "3.0.9")
+ (version "3.1.5")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1446,7 +1446,7 @@ Telemetry Transport (MQTT) publish-subscribe messaging
protocol.")
(file-name (git-file-name name version))
(sha256
(base32
- "0y249bmzx6rmc1m8a29d0x2cd52nik2dwqpzg9hd1xkvl9b8z7jc"))))
+ "0a3z1vi3n4w6n1iz4yqnvllrlpqb2dc2a54wn2s52js541zsfkky"))))
(build-system cmake-build-system)
(arguments
`(#:build-type "Release"