gnu: rust-core-graphics-0.21: Downgrade to 0.21.0.

This is the latest version which isn't yanked by upstream.

* gnu/packages/crates-graphics.scm (rust-core-graphics-0.21): Downgrade
to 0.21.0.
[cargo-inputs]: Remove rust-core-graphics-types-0.1.

Change-Id: Id205f759d302036e740b6315e9e5ef6550703568
This commit is contained in:
Efraim Flashner 2024-12-04 15:16:08 +02:00
parent bd5203945a
commit dee2b5c55c
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -783,20 +783,19 @@ for computer graphics.")
(package
(inherit rust-core-graphics-0.22)
(name "rust-core-graphics")
(version "0.21.1")
(version "0.21.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "core-graphics" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1i9gwzkil9k276317by0mi1pxz036h412dmcp1bzmlq4adj5anha"))))
(base32 "0y5rxchfhvjw25d19h9kz5pzshdngs26frgvx2n3w86gg11pr9jj"))))
(arguments
`(#:skip-build? #t
#:cargo-inputs
(("rust-bitflags" ,rust-bitflags-1)
("rust-core-foundation" ,rust-core-foundation-0.9)
("rust-core-graphics-types" ,rust-core-graphics-types-0.1)
("rust-foreign-types" ,rust-foreign-types-0.3)
("rust-libc" ,rust-libc-0.2))))))