guix-commits
[Top][All Lists]
Advanced

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

16/17: gnu: python-fonttools: Update to 3.38.0.


From: guix-commits
Subject: 16/17: gnu: python-fonttools: Update to 3.38.0.
Date: Mon, 4 Mar 2019 17:03:51 -0500 (EST)

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

commit 1a4bb420a7485a389e46cd793f4a4d6ca4209462
Author: Marius Bakke <address@hidden>
Date:   Mon Mar 4 20:19:51 2019 +0100

    gnu: python-fonttools: Update to 3.38.0.
    
    * gnu/packages/python-xyz.scm (python-fonttools): Update to 3.38.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 e3917f5..0a5b24e 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -6021,13 +6021,13 @@ add functionality and customization to your projects 
with their own plugins.")
 (define-public python-fonttools
   (package
     (name "python-fonttools")
-    (version "3.37.3")
+    (version "3.38.0")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "fonttools" version ".zip"))
               (sha256
                (base32
-                "0k90g0q1h4var3kq6xn6zs3j1ghff97hwyn1gdqfdywsldas9668"))))
+                "12ripk3s7skgxr1bs9r8n13r94ym3s8iir7ivfixls9fa4dabmlh"))))
     (build-system python-build-system)
     (native-inputs
      `(("unzip" ,unzip)



reply via email to

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