guix-commits
[Top][All Lists]
Advanced

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

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


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

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

commit 5fb543b3f7bf79208178429d38f2da047fc744c0
Author: Efraim Flashner <address@hidden>
Date:   Thu Oct 18 21:12:05 2018 +0300

    gnu: python-fonttools: Update to 3.30.0.
    
    * gnu/packages/python.scm (python-fonttools): Update to 3.30.0.
---
 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 63cf440..56923c3 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.28.0")
+    (version "3.30.0")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "fonttools" version ".zip"))
               (sha256
                (base32
-                "0vsvjhidpb5kywpjgz1j3fywzkddxkb0afqai18qa3h6lqjyxwpb"))))
+                "1i6229ylm12klljqfg643rikzpcslqrj56qf4cydr0w1n4cnbs4m"))))
     (build-system python-build-system)
     (native-inputs
      `(("unzip" ,unzip)



reply via email to

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