mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: rust-xkeysym-0.2: Update to 0.2.1.
* gnu/packages/crates-graphics.scm (rust-xkeysym-0.2): Update to 0.2.1. [cargo-development-inputs]: Replace rust-x11rb-0.11 with 0.12. Change-Id: I6540c6801b58f799fd32f79ad260871d0e1761a8
This commit is contained in:
parent
e3ea7cadb8
commit
c712af00cd
1 changed files with 3 additions and 3 deletions
|
@ -6657,20 +6657,20 @@ for @code{libxkbcommon}.")
|
|||
(define-public rust-xkeysym-0.2
|
||||
(package
|
||||
(name "rust-xkeysym")
|
||||
(version "0.2.0")
|
||||
(version "0.2.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "xkeysym" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0886dn1rlkiazcp5n6ayqfg0ibpiny62dlbiyr9v4l32nxl8wjh5"))))
|
||||
(base32 "0mksx670cszyd7jln6s7dhkw11hdfv7blwwr3isq98k22ljh1k5r"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-bytemuck" ,rust-bytemuck-1)
|
||||
("rust-serde" ,rust-serde-1))
|
||||
#:cargo-development-inputs (("rust-bytemuck" ,rust-bytemuck-1)
|
||||
("rust-x11rb" ,rust-x11rb-0.11))))
|
||||
("rust-x11rb" ,rust-x11rb-0.12))))
|
||||
(home-page "https://github.com/notgull/xkeysym")
|
||||
(synopsis "Rust library for working with X11 keysyms")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue