mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: rust-smithay-client-toolkit-0.18: Update to 0.18.1.
* gnu/packages/crates-graphics.scm (rust-smithay-client-toolkit-0.18): Update to 0.18.1. Change-Id: I987ace57738405666cf5e733e4995e312251f45b
This commit is contained in:
parent
bb9c852ac5
commit
6fe429ee52
1 changed files with 2 additions and 2 deletions
|
@ -3996,14 +3996,14 @@ internally rust-sdl2.")
|
|||
(package
|
||||
(inherit rust-smithay-client-toolkit-0.19)
|
||||
(name "rust-smithay-client-toolkit")
|
||||
(version "0.18.0")
|
||||
(version "0.18.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "smithay-client-toolkit" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "03v0h71qzg5iw5nd2k15a50ic55a9wq6bc7l5dyczfm33yadkqv0"))))
|
||||
(base32 "0fpm2yfpsif7022w4xalxgn53y8w5dc8zkipcpbj1n1vmgpd6bwj"))))
|
||||
(arguments
|
||||
`(#:skip-build? #t ; Cut the dependency chain
|
||||
#:cargo-inputs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue