gnu: Add rust-lyon-path-0.17.

* gnu/packages/crates-graphics.scm (rust-lyon-path-0.17): New variable.
(rust-lyon-path-0.14): Remove variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
Petr Hodina 2022-01-11 01:10:54 +01:00 committed by Nicolas Goaziou
parent ac2aa4b956
commit e6074b6f9b
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D

View File

@ -1463,10 +1463,10 @@ graphics and video games.")
"This package provides 2D graphics rendering on the GPU using tessellation.") "This package provides 2D graphics rendering on the GPU using tessellation.")
(license (list license:expat license:asl2.0)))) (license (list license:expat license:asl2.0))))
(define-public rust-lyon-path-0.14 (define-public rust-lyon-path-0.17
(package (package
(name "rust-lyon-path") (name "rust-lyon-path")
(version "0.14.0") (version "0.17.7")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -1475,12 +1475,12 @@ graphics and video games.")
(string-append name "-" version ".tar.gz")) (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0qk8x46w0sf6j04l6gvhgn9kr4ymcqkmkh67w8wqahm54jn5gjqb")))) "1h7vbfaanf3x7xch6md4q4ja3xmvsi41n7d6ga40vjk7yzymj2jv"))))
(build-system cargo-build-system) (build-system cargo-build-system)
(arguments (arguments
`(#:skip-build? #t `(#:skip-build? #t
#:cargo-inputs #:cargo-inputs
(("rust-lyon-geom" ,rust-lyon-geom-0.14) (("rust-lyon-geom" ,rust-lyon-geom-0.17)
("rust-serde" ,rust-serde-1)))) ("rust-serde" ,rust-serde-1))))
(home-page "https://github.com/nical/lyon") (home-page "https://github.com/nical/lyon")
(synopsis "Types and utilities to store, build and iterate over 2D paths") (synopsis "Types and utilities to store, build and iterate over 2D paths")