mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
gnu: rust-wayland-cursor-0.31: Update to 0.31.7.
* gnu/packages/crates-graphics.scm (rust-wayland-cursor-0.31): Update to 0.31.7. Change-Id: I639b393cc84ef97445a09bb13b28a6087c603a61
This commit is contained in:
parent
eb7d649ab1
commit
9dcead6ac9
1 changed files with 2 additions and 2 deletions
|
@ -4690,14 +4690,14 @@ (define-public rust-wayland-csd-frame-0.3
|
|||
(define-public rust-wayland-cursor-0.31
|
||||
(package
|
||||
(name "rust-wayland-cursor")
|
||||
(version "0.31.1")
|
||||
(version "0.31.7")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "wayland-cursor" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1fii68l6x235b867q96yx1xqkl16azkf5i841ldd24yxd2l5zkki"))))
|
||||
(base32 "0k4yijr0rxlqw15clzbh6a3jd760l1xz3zg0gxg07c7xmb1qpc1j"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-rustix" ,rust-rustix-0.38)
|
||||
|
|
Loading…
Reference in a new issue