mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 15:26:47 +01:00
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:
parent
40f39e1c3e
commit
7ef77f2d8c
1 changed files with 2 additions and 2 deletions
|
@ -5528,14 +5528,14 @@ (define-public rust-x11-2
|
||||||
(define-public rust-x11rb-0.13
|
(define-public rust-x11rb-0.13
|
||||||
(package
|
(package
|
||||||
(name "rust-x11rb")
|
(name "rust-x11rb")
|
||||||
(version "0.13.0")
|
(version "0.13.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "x11rb" version))
|
(uri (crate-uri "x11rb" version))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "06lzpmb67sfw37m0i9zz786hx6fklmykd9j3689blk3yijnmxwpq"))))
|
(base32 "04jyfm0xmc538v09pzsyr2w801yadsgvyl2p0p76hzzffg5gz4ax"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs (("rust-as-raw-xcb-connection" ,rust-as-raw-xcb-connection-1)
|
`(#:cargo-inputs (("rust-as-raw-xcb-connection" ,rust-as-raw-xcb-connection-1)
|
||||||
|
|
Loading…
Reference in a new issue