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