mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
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 @@ (define-public rust-migrations-macros-1
|
|||
(define-public rust-mimalloc-0.1
|
||||
(package
|
||||
(name "rust-mimalloc")
|
||||
(version "0.1.20")
|
||||
(version "0.1.39")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -39979,7 +39979,7 @@ (define-public rust-mimalloc-0.1
|
|||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0x74b6jv6pxfl6bh44bnch6ajm3l5z3zq8w8mqlscbq8d77rnx80"))))
|
||||
"176w9gf5qxs07kd2q39f0k25rzmp4kyx5r13wc8sk052bqmr40gs"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
|
|
Loading…
Reference in a new issue