gnu: Add rust-wayland-sys-0.21.

* gnu/packages/crates-io.scm (rust-wayland-sys-0.21): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
Valentin Ignatev 2020-02-02 02:47:57 +03:00 committed by Efraim Flashner
parent 41c4270724
commit d78c798bd7
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -19750,6 +19750,21 @@ (define-public rust-wayland-sys-0.23
protocol extensions. Look at the crate wayland-client for usable bindings.")
(license license:expat)))
(define-public rust-wayland-sys-0.21
(package
(inherit rust-wayland-sys-0.23)
(name "rust-wayland-sys")
(version "0.21.13")
(source
(origin
(method url-fetch)
(uri (crate-uri "wayland-sys" version))
(file-name
(string-append name "-" version ".tar.gz"))
(sha256
(base32
"0a0ndgkg98pvmkv44yya4f7mxzjaxylknqh64bpa05w0azyv02jj"))))))
(define-public rust-wayland-client-0.23
(package
(name "rust-wayland-client")