mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
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:
parent
990c02a9e0
commit
c07de7f918
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue