guix-commits
[Top][All Lists]
Advanced

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

01/01: Revert "gnu: python-fonttools: Update to 3.30.0."


From: Efraim Flashner
Subject: 01/01: Revert "gnu: python-fonttools: Update to 3.30.0."
Date: Thu, 18 Oct 2018 14:27:00 -0400 (EDT)

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

commit 1febc93f9b13155be7a212fcaf93d5dd181c8aea
Author: Efraim Flashner <address@hidden>
Date:   Thu Oct 18 21:21:14 2018 +0300

    Revert "gnu: python-fonttools: Update to 3.30.0."
    
    This reverts commit 5fb543b3f7bf79208178429d38f2da047fc744c0.
    
    python2-fonttools has 2700 dependants, only the python3 version is
    failing.
---
 gnu/packages/python.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 56923c3..63cf440 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -6072,13 +6072,13 @@ add functionality and customization to your projects 
with their own plugins.")
 (define-public python-fonttools
   (package
     (name "python-fonttools")
-    (version "3.30.0")
+    (version "3.28.0")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "fonttools" version ".zip"))
               (sha256
                (base32
-                "1i6229ylm12klljqfg643rikzpcslqrj56qf4cydr0w1n4cnbs4m"))))
+                "0vsvjhidpb5kywpjgz1j3fywzkddxkb0afqai18qa3h6lqjyxwpb"))))
     (build-system python-build-system)
     (native-inputs
      `(("unzip" ,unzip)



reply via email to

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