mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: rust-wayland-backend-0.3: Update to 0.3.8.
* gnu/packages/crates-graphics.scm (rust-wayland-backend-0.3): Update to 0.3.8. Change-Id: I04f4ae53a9af11631bd42b4253b7b5cfb68141c9
This commit is contained in:
parent
49beca48f9
commit
4193e0cebb
1 changed files with 2 additions and 2 deletions
|
@ -4628,14 +4628,14 @@ and height) from SVG graphics.")
|
|||
(define-public rust-wayland-backend-0.3
|
||||
(package
|
||||
(name "rust-wayland-backend")
|
||||
(version "0.3.7")
|
||||
(version "0.3.8")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "wayland-backend" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1xhnh0mn4cv0wmq3zcm0iic2sbhsz4qdra6kb58x8l51sz73ar85"))))
|
||||
(base32 "1gs7dw6s3lp9g6g0rhk4bh66wl41jnbkd27c6ynhv1x3xac8j85p"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ; use of undeclared crate or module `wayland_scanner`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue