gnu: rust-core-graphics-0.23: Update to 0.23.2.

* gnu/packages/crates-graphics.scm (rust-core-graphics-0.23): Update to
0.23.2.

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

View file

@ -742,14 +742,14 @@ for computer graphics.")
(package
(inherit rust-core-graphics-0.24)
(name "rust-core-graphics")
(version "0.23.1")
(version "0.23.2")
(source
(origin
(method url-fetch)
(uri (crate-uri "core-graphics" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "04m2hpzrkzkkxmvlak20ivlgf8rcsh3j3y67vgz2c30iyjx2j2lp"))))
(base32 "10dhv3gk4kmbzl14xxkrhhky4fdp8h6nzff6h0019qgr6nz84xy0"))))
(arguments
`(#:skip-build? #t
#:cargo-inputs (("rust-bitflags" ,rust-bitflags-1)