gnu: rust-lz4-sys-1: Update to 1.9.4.

* gnu/packages/crates-io.scm (rust-lz4-sys-1): Update to 1.9.4.
[arguments]: Don't skip the build.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
Troy Figiel 2024-01-22 22:34:44 +01:00 committed by Efraim Flashner
parent cb7af5f39c
commit e7b8c7d1e7
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -34821,7 +34821,7 @@ server (LSP).")
(define-public rust-lz4-sys-1 (define-public rust-lz4-sys-1
(package (package
(name "rust-lz4-sys") (name "rust-lz4-sys")
(version "1.9.2") (version "1.9.4")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -34829,11 +34829,10 @@ server (LSP).")
(file-name (file-name
(string-append name "-" version ".tar.gz")) (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 "1bmc82bddx2lm0r9bn422cxbwlwq6qld6m6l78hjcclbbnlrm9yw")))) (base32 "0059ik4xlvnss5qfh6l691psk4g3350ljxaykzv10yr0gqqppljp"))))
(build-system cargo-build-system) (build-system cargo-build-system)
(arguments (arguments
`(#:skip-build? #t `(#:cargo-inputs
#:cargo-inputs
(("rust-cc" ,rust-cc-1) (("rust-cc" ,rust-cc-1)
("rust-libc" ,rust-libc-0.2)))) ("rust-libc" ,rust-libc-0.2))))
(home-page "https://github.com/bozaro/lz4-rs") (home-page "https://github.com/bozaro/lz4-rs")