gnu: rust-x11rb-0.13: Update to 0.13.1.

* gnu/packages/crates-graphics.scm (rust-x11rb-0.13): Update to 0.13.1.

Change-Id: I6dcab31b5c1fdf8bf546b1602a95f51657a89a9e
This commit is contained in:
Efraim Flashner 2024-09-19 17:37:37 +03:00
parent 40f39e1c3e
commit 7ef77f2d8c
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -5528,14 +5528,14 @@ (define-public rust-x11-2
(define-public rust-x11rb-0.13
(package
(name "rust-x11rb")
(version "0.13.0")
(version "0.13.1")
(source
(origin
(method url-fetch)
(uri (crate-uri "x11rb" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "06lzpmb67sfw37m0i9zz786hx6fklmykd9j3689blk3yijnmxwpq"))))
(base32 "04jyfm0xmc538v09pzsyr2w801yadsgvyl2p0p76hzzffg5gz4ax"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs (("rust-as-raw-xcb-connection" ,rust-as-raw-xcb-connection-1)