guix-commits
[Top][All Lists]
Advanced

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

38/40: gnu: python-skia-pathops: Update to 0.8.0.


From: guix-commits
Subject: 38/40: gnu: python-skia-pathops: Update to 0.8.0.
Date: Tue, 5 Sep 2023 20:02:24 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit 8ca349006238ea16c4bb4f85792064f079a7e10f
Author: Nicolas Graves <ngraves@ngraves.fr>
AuthorDate: Tue Sep 5 17:07:08 2023 +0200

    gnu: python-skia-pathops: Update to 0.8.0.
    
    * gnu/packages/fontutils.scm (python-skia-pathops): Update to 0.8.0.
    
    Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
---
 gnu/packages/fontutils.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/fontutils.scm b/gnu/packages/fontutils.scm
index 153602b4b4..18697cd821 100644
--- a/gnu/packages/fontutils.scm
+++ b/gnu/packages/fontutils.scm
@@ -841,7 +841,7 @@ converter from FontForge’s @acronym{SFD, Spline Font 
Database} fonts to
 (define-public python-skia-pathops
   (package
     (name "python-skia-pathops")
-    (version "0.7.2")
+    (version "0.8.0")
     (source
      (origin
        (method url-fetch)
@@ -849,7 +849,7 @@ converter from FontForge’s @acronym{SFD, Spline Font 
Database} fonts to
        (modules '((guix build utils)))
        (snippet '(delete-file-recursively "src/cpp")) ;140+ MiB of stuff
        (sha256
-        (base32 "1456rclfn6a01c2cchlgyn166zppcjcqij0k5gwmm8gvzsd5rn0r"))))
+        (base32 "1vlwl1w6sn8c78fsh1w549n3lk9v3v9hcp866vrsdr4byb7g2ani"))))
     (build-system python-build-system)
     (arguments
      (list



reply via email to

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