gnu: rust-zstd-sys-2: Update to 2.0.10.

* gnu/packages/crates-io.scm (rust-zstd-sys-2): Update to 2.0.10.
[arguments]: Install the sources.
[cargo-inputs]: Replace rust-bindgen-0.64 with 0.69.  Remove
rust-libc-0.2.

Change-Id: I2a92039903d8efffafa3563be2c475f445243d3d
This commit is contained in:
Efraim Flashner 2024-03-28 08:43:05 +02:00
parent 4fbfb4ddde
commit 4f1b1d125a
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -87871,28 +87871,22 @@ (define-public rust-zstd-safe-4
("rust-zstd-sys" ,rust-zstd-sys-1)))))) ("rust-zstd-sys" ,rust-zstd-sys-1))))))
;; TODO: Unbundle zstd. ;; TODO: Unbundle zstd.
;; The 'legacy' feature, enabled by default, needs headers which aren't
;; installed by default in zstd.
(define-public rust-zstd-sys-2 (define-public rust-zstd-sys-2
(package (package
(name "rust-zstd-sys") (name "rust-zstd-sys")
(version "2.0.8+zstd.1.5.5") (version "2.0.10+zstd.1.5.6")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (crate-uri "zstd-sys" version)) (uri (crate-uri "zstd-sys" version))
(file-name (file-name (string-append name "-" version ".tar.gz"))
(string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 "137c0wkxb04l0ig5df8a1ni94dl0g2ibz2q9dicg4bfk4ppfcmjm")))) (base32 "1ak51pq1ni6q3qgyr58iq1pcz0vyh80f8vn8m27zrfpm9a8s8ly2"))))
(build-system cargo-build-system) (build-system cargo-build-system)
(arguments (arguments
`(#:install-source? #f ; invalid inclusion of reserved file name `(#:cargo-inputs (("rust-bindgen" ,rust-bindgen-0.69)
#:cargo-inputs ("rust-cc" ,rust-cc-1)
(("rust-bindgen" ,rust-bindgen-0.64) ("rust-pkg-config" ,rust-pkg-config-0.3))))
("rust-cc" ,rust-cc-1)
("rust-libc" ,rust-libc-0.2)
("rust-pkg-config" ,rust-pkg-config-0.3))))
(home-page "https://github.com/gyscos/zstd-rs") (home-page "https://github.com/gyscos/zstd-rs")
(synopsis "Low-level bindings to the zstd compression library") (synopsis "Low-level bindings to the zstd compression library")
(description "This package provides low-level Rust bindings to the zstd (description "This package provides low-level Rust bindings to the zstd