gnu: rust-lyon-geom-0.17: Update to 0.17.7.

* gnu/packages/crates-graphics.scm (rust-lyon-geom-0.17): Update to
0.17.7.
[arguments]: Don't skip the build.

Change-Id: I10fbd6e75239290232ca9cb2935b853048786850
This commit is contained in:
Efraim Flashner 2024-12-04 15:06:58 +02:00
parent 266fcd6920
commit 4461250880
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -2928,19 +2928,16 @@ (define-public rust-lyon-geom-0.17
(package
(inherit rust-lyon-geom-1)
(name "rust-lyon-geom")
(version "0.17.6")
(version "0.17.7")
(source
(origin
(method url-fetch)
(uri (crate-uri "lyon_geom" version))
(file-name
(string-append name "-" version ".tar.gz"))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"12al92qsh0f8ci3qf3533r4y5hxzzyfp972vm4wqzz9bq9vwx6ff"))))
(base32 "13lcghic8l1j632wsrds9cjw7k3vw8dhc8iy81cx50zxvb5rrn3i"))))
(arguments
`(#:skip-build? #t
#:cargo-inputs
`(#:cargo-inputs
(("rust-arrayvec" ,rust-arrayvec-0.5)
("rust-euclid" ,rust-euclid-0.22)
("rust-num-traits" ,rust-num-traits-0.2)