~ruther/guix-local

9f1a0275ba649642076574a2770da950ff408363 — Eric Bavier 3 months ago e5c746b
gnu: mimalloc: Update to 3.1.5.

* gnu/packages/c.scm (mimalloc): Update to 3.1.5.

Change-Id: Iafb25ae4f846a159e2e1ebe1ec37a76661841833
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/c.scm
M gnu/packages/c.scm => gnu/packages/c.scm +2 -2
@@ 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"