guix-commits
[Top][All Lists]
Advanced

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

10/15: gnu: python-fonttools: Update to 4.6.0.


From: guix-commits
Subject: 10/15: gnu: python-fonttools: Update to 4.6.0.
Date: Thu, 26 Mar 2020 17:40:28 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit bf115891dc120429ade6be0e1ea410489da9ccdf
Author: Marius Bakke <address@hidden>
AuthorDate: Thu Mar 26 16:00:07 2020 +0100

    gnu: python-fonttools: Update to 4.6.0.
    
    * gnu/packages/python-xyz.scm (python-fonttools): Update to 4.6.0.
---
 gnu/packages/python-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 1180485..7b4db5f 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -7338,13 +7338,13 @@ add functionality and customization to your projects 
with their own plugins.")
 (define-public python-fonttools
   (package
     (name "python-fonttools")
-    (version "4.2.4")
+    (version "4.6.0")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "fonttools" version ".zip"))
               (sha256
                (base32
-                "0rz2fn707x8ri507bb5k5y3di851dwchn0886f77g5bgiflmnpwm"))))
+                "1mq9kdzhcsp96bhv7smnrpdg1s4z5wh70bsl99c0jmcrahqdisqq"))))
     (build-system python-build-system)
     (native-inputs
      `(("unzip" ,unzip)



reply via email to

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