gnu: rust-exr-1: Update to 1.73.0.

* gnu/packages/crates-graphics.scm (rust-exr-1): Update to 1.73.0.
[cargo-inputs]: Add rust-rayon-core-1.  Replace rust-miniz-oxide-0.8
with 0.10.  Remove rust-flume-0.10, rust-threadpool-1.
[cargo-development-inputs]: Replace rust-image-0.24 with 0.25.

Change-Id: Ibc9c70de7b9831ddb4b7f2186956d57919be50f7
This commit is contained in:
Efraim Flashner 2024-12-04 15:13:38 +02:00
parent 472b54e89e
commit 81e7c0fd0e
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -1436,28 +1436,27 @@ EUI-64, also known as MAC-48 media access control addresses.")
(define-public rust-exr-1 (define-public rust-exr-1
(package (package
(name "rust-exr") (name "rust-exr")
(version "1.5.3") (version "1.73.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (crate-uri "exr" version)) (uri (crate-uri "exr" version))
(file-name (string-append name "-" version ".tar.gz")) (file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 "1ssgq9zkf53mhwvhj9khvrlh0f9h3dl1pg7cs0irvn1fgvs5xbz8")))) (base32 "1q47yq78q9k210r6jy1wwrilxwwxqavik9l3l426rd17k7srfcgq"))))
(build-system cargo-build-system) (build-system cargo-build-system)
(arguments (arguments
`(#:tests? #f ; Not all files included `(#:tests? #f ; Not all files included
#:cargo-inputs #:cargo-inputs
(("rust-bit-field" ,rust-bit-field-0.10) (("rust-bit-field" ,rust-bit-field-0.10)
("rust-flume" ,rust-flume-0.10)
("rust-half" ,rust-half-2) ("rust-half" ,rust-half-2)
("rust-lebe" ,rust-lebe-0.5) ("rust-lebe" ,rust-lebe-0.5)
("rust-miniz-oxide" ,rust-miniz-oxide-0.6) ("rust-miniz-oxide" ,rust-miniz-oxide-0.8)
("rust-rayon-core" ,rust-rayon-core-1)
("rust-smallvec" ,rust-smallvec-1) ("rust-smallvec" ,rust-smallvec-1)
("rust-threadpool" ,rust-threadpool-1)
("rust-zune-inflate" ,rust-zune-inflate-0.2)) ("rust-zune-inflate" ,rust-zune-inflate-0.2))
#:cargo-development-inputs #:cargo-development-inputs
(("rust-bencher" ,rust-bencher-0.1) (("rust-bencher" ,rust-bencher-0.1)
("rust-image" ,rust-image-0.24) ("rust-image" ,rust-image-0.25)
("rust-rand" ,rust-rand-0.8) ("rust-rand" ,rust-rand-0.8)
("rust-rayon" ,rust-rayon-1) ("rust-rayon" ,rust-rayon-1)
("rust-walkdir" ,rust-walkdir-2)))) ("rust-walkdir" ,rust-walkdir-2))))