guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/10: gnu: Add rust-lyon-path-0.17.


From: guix-commits
Subject: 06/10: gnu: Add rust-lyon-path-0.17.
Date: Thu, 20 Jan 2022 19:16:11 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit e6074b6f9b39969fde9679e206f69e37751f5def
Author: Petr Hodina <phodina@protonmail.com>
AuthorDate: Tue Jan 11 01:10:54 2022 +0100

    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>
---
 gnu/packages/crates-graphics.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]