gnu: rust-pango-0.18: Update to 0.18.3.
* gnu/packages/crates-gtk.scm (rust-pango-0.18): Update to 0.18.3. [arguments]: Don't skip the tests. Change-Id: I3534665f224ef2b1150a58963007780975ca237bmaster
parent
bc74f75ba4
commit
d61ba12f42
|
@ -2766,18 +2766,17 @@ library.")
|
||||||
(define-public rust-pango-0.18
|
(define-public rust-pango-0.18
|
||||||
(package
|
(package
|
||||||
(name "rust-pango")
|
(name "rust-pango")
|
||||||
(version "0.18.0")
|
(version "0.18.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "pango" version))
|
(uri (crate-uri "pango" version))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1l82j97pg7hyq2qnflg3lzyza307y8jvi5h02q3340qxhd5yba86"))))
|
(base32 "1r5ygq7036sv7w32kp8yxr6vgggd54iaavh3yckanmq4xg0px8kw"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; `Errors` doesn't implement `std::fmt::Display`
|
`(#:cargo-inputs (("rust-gio" ,rust-gio-0.18)
|
||||||
#:cargo-inputs (("rust-gio" ,rust-gio-0.18)
|
|
||||||
("rust-glib" ,rust-glib-0.18)
|
("rust-glib" ,rust-glib-0.18)
|
||||||
("rust-libc" ,rust-libc-0.2)
|
("rust-libc" ,rust-libc-0.2)
|
||||||
("rust-once-cell" ,rust-once-cell-1)
|
("rust-once-cell" ,rust-once-cell-1)
|
||||||
|
|
Reference in New Issue