mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-04 02:19:18 -05:00
gnu: rust-wayland-commons-0.28: Update to 0.28.6.
* gnu/packages/crates-graphics.scm (rust-wayland-commons-0.28): Update to 0.28.6. [cargo-inputs]: Add rust-wayland-sys-0.28. Replace rust-nix-0.18 with 0.20. [inputs]: Remove field. Change-Id: Iad59fb58246a115259877aa32825d8162bcf1df1
This commit is contained in:
parent
b29edf3bad
commit
ed3a7fdac3
1 changed files with 6 additions and 9 deletions
|
@ -4012,23 +4012,21 @@ (define-public rust-wayland-commons-0.28
|
|||
(package
|
||||
(inherit rust-wayland-commons-0.29)
|
||||
(name "rust-wayland-commons")
|
||||
(version "0.28.3")
|
||||
(version "0.28.6")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "wayland-commons" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0mid1sgy3bmiywnrhsr31b8w6zvk1ll2ci2as15ddv8pczvm0128"))))
|
||||
(base32 "1npvcrwh8chjcji73c24hlp05zbv6dxv24bylb8bn4bhgja1f652"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-nix" ,rust-nix-0.18)
|
||||
(("rust-nix" ,rust-nix-0.20)
|
||||
("rust-once-cell" ,rust-once-cell-1)
|
||||
("rust-smallvec" ,rust-smallvec-1))))
|
||||
(inputs
|
||||
(list rust-nix-0.18 rust-once-cell-1 rust-smallvec-1
|
||||
rust-wayland-sys-0.28))))
|
||||
("rust-smallvec" ,rust-smallvec-1)
|
||||
("rust-wayland-sys" ,rust-wayland-sys-0.28))))))
|
||||
|
||||
(define-public rust-wayland-commons-0.23
|
||||
(package
|
||||
|
@ -4048,8 +4046,7 @@ (define-public rust-wayland-commons-0.23
|
|||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
(("rust-nix" ,rust-nix-0.14)
|
||||
("rust-wayland-sys" ,rust-wayland-sys-0.23))))
|
||||
(inputs `())))
|
||||
("rust-wayland-sys" ,rust-wayland-sys-0.23))))))
|
||||
|
||||
(define-public rust-wayland-commons-0.21
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue