gnu: rust-mimalloc-0.1: Update to 0.1.39.
* gnu/packages/crates-io.scm (rust-mimalloc-0.1): Update to 0.1.39.
This commit is contained in:
parent
340b6f97c5
commit
c701592f20
1 changed files with 2 additions and 2 deletions
|
@ -39971,7 +39971,7 @@ embedded migrations.")
|
||||||
(define-public rust-mimalloc-0.1
|
(define-public rust-mimalloc-0.1
|
||||||
(package
|
(package
|
||||||
(name "rust-mimalloc")
|
(name "rust-mimalloc")
|
||||||
(version "0.1.20")
|
(version "0.1.39")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -39979,7 +39979,7 @@ embedded migrations.")
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0x74b6jv6pxfl6bh44bnch6ajm3l5z3zq8w8mqlscbq8d77rnx80"))))
|
"176w9gf5qxs07kd2q39f0k25rzmp4kyx5r13wc8sk052bqmr40gs"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:cargo-inputs
|
||||||
|
|
Reference in a new issue