me
/
guix
Archived
1
0
Fork 0

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: I3534665f224ef2b1150a58963007780975ca237b
master
Efraim Flashner 2024-01-22 11:23:34 +02:00
parent bc74f75ba4
commit d61ba12f42
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 3 additions and 4 deletions

View File

@ -2766,18 +2766,17 @@ library.")
(define-public rust-pango-0.18
(package
(name "rust-pango")
(version "0.18.0")
(version "0.18.3")
(source
(origin
(method url-fetch)
(uri (crate-uri "pango" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1l82j97pg7hyq2qnflg3lzyza307y8jvi5h02q3340qxhd5yba86"))))
(base32 "1r5ygq7036sv7w32kp8yxr6vgggd54iaavh3yckanmq4xg0px8kw"))))
(build-system cargo-build-system)
(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-libc" ,rust-libc-0.2)
("rust-once-cell" ,rust-once-cell-1)