mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-07 03:44:06 -05:00
gnu: rust-jemalloc-sys-0.5: Update to 0.5.4.
* gnu/packages/crates-io.scm (rust-jemalloc-sys-0.5): Update to 0.5.4. Change-Id: I3560b26b3af23a29a7d74a2f3f3b559f7dbf7393
This commit is contained in:
parent
8104ab2b4e
commit
a0ef43832c
1 changed files with 2 additions and 2 deletions
|
@ -37603,13 +37603,13 @@ (define-public rust-jemalloc-ctl-0.5
|
|||
(define-public rust-jemalloc-sys-0.5
|
||||
(package
|
||||
(name "rust-jemalloc-sys")
|
||||
(version "0.5.3+5.3.0-patched")
|
||||
(version "0.5.4+5.3.0-patched")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "jemalloc-sys" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "18bwwikzq2krgafq3811n1zlsrjrayk0kqmjf6smivd7drhmvggr"))
|
||||
(base32 "1wpbpwhfs6wd484cdfpl0zdf441ann9wj0fypy67i8ffw531jv5c"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
'(begin (delete-file-recursively "jemalloc")))))
|
||||
|
|
Loading…
Reference in a new issue