mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: rust-x11rb-protocol-0.13: Update to 0.13.1.
* gnu/packages/crates-graphics.scm (rust-x11rb-protocol-0.13): Update to 0.13.1. Change-Id: Ieee251451466334d7f4a1e14942cd21f21f4ac41
This commit is contained in:
parent
7ef77f2d8c
commit
4da1b79cde
1 changed files with 2 additions and 2 deletions
|
@ -5653,14 +5653,14 @@ the platform-specific getters provided by winit, or another library.")
|
|||
(define-public rust-x11rb-protocol-0.13
|
||||
(package
|
||||
(name "rust-x11rb-protocol")
|
||||
(version "0.13.0")
|
||||
(version "0.13.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "x11rb-protocol" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0d3cc2dr5fcx8asgrm31d7lrxpnbqi6kl5v3r71gx7xxp3272gp6"))))
|
||||
(base32 "0gfbxf2k7kbk577j3rjhfx7hm70kmwln6da7xyc4l2za0d2pq47c"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-serde" ,rust-serde-1))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue