gnu: rust-core-graphics-0.22: Update to 0.22.3.

* gnu/packages/crates-graphics.scm (rust-core-graphics-0.22): Update to
0.22.3.
This commit is contained in:
Efraim Flashner 2023-04-23 16:20:35 +03:00
parent 990c02a9e0
commit c07de7f918
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -473,14 +473,14 @@ (define-public rust-cgmath-0.16
(define-public rust-core-graphics-0.22
(package
(name "rust-core-graphics")
(version "0.22.2")
(version "0.22.3")
(source
(origin
(method url-fetch)
(uri (crate-uri "core-graphics" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "11lx6xw8nc9fpd552g60qa0cxh0maah8j2m26vkq0aslkgv3b7r6"))))
(base32 "1yz4xzbz36vbmlra0viazzlicp8kap1ldgshsp5nzz4g7fmvp095"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t