guix-commits
[Top][All Lists]
Advanced

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

07/19: gnu: python-fontmath: Update to 0.9.2.


From: guix-commits
Subject: 07/19: gnu: python-fontmath: Update to 0.9.2.
Date: Fri, 16 Sep 2022 13:04:21 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 1a7fed0c72135d31c87d7d7ef9d7360e655b19a8
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Fri Sep 16 00:30:26 2022 +0200

    gnu: python-fontmath: Update to 0.9.2.
    
    * gnu/packages/fontutils.scm (python-fontmath): Update to 0.9.2.
---
 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 39fc56b35d..69283bc531 100644
--- a/gnu/packages/fontutils.scm
+++ b/gnu/packages/fontutils.scm
@@ -438,13 +438,13 @@ to generate OpenType font binaries from Unified Font 
Objects (UFOs).")
 (define-public python-fontmath
   (package
     (name "python-fontmath")
-    (version "0.9.1")
+    (version "0.9.2")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "fontMath" version ".zip"))
        (sha256
-        (base32 "001756zxn2386dm4svgqjgw5026hvyacxl09b2qlk7s06phpcphw"))))
+        (base32 "014407hpvqdx123g06i664qrfq86bf9l621x7jllpgqw3rqir2sc"))))
     (build-system python-build-system)
     (propagated-inputs (list python-fonttools))
     (native-inputs



reply via email to

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