1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-16 20:10:39 +02:00

gnu: rust-wayrs-protocols-0.13: Update to 0.13.2.

* gnu/packages/crates-graphics.scm (rust-wayrs-protocols-0.13): Update
to 0.13.2.

Change-Id: I6ce70b6dea93e9fad8363fd91d9fabad96e50f93
This commit is contained in:
Efraim Flashner 2024-12-04 14:57:54 +02:00
parent 9d7683a514
commit be955fd2bc
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -5694,14 +5694,14 @@ xml files.")
(define-public rust-wayrs-protocols-0.13
(package
(name "rust-wayrs-protocols")
(version "0.13.0")
(version "0.13.2")
(source
(origin
(method url-fetch)
(uri (crate-uri "wayrs-protocols" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1888h4wh3knjwh19v4y2gjpsv5j78c4vk08gls5f3aa1iryfpd7x"))))
(base32 "0ivs29fw27rcq7ahwy7c3zrx041fcal9cklyzg4wpri2npp64xdk"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs (("rust-wayrs-client" ,rust-wayrs-client-1))))