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:
Efraim Flashner 2023-11-04 22:02:12 +02:00
parent 8104ab2b4e
commit a0ef43832c
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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")))))