mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
bd5203945a
commit
dee2b5c55c
1 changed files with 2 additions and 3 deletions
|
@ -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))))))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue