guix-commits
[Top][All Lists]
Advanced

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

40/94: gnu: python2-fonttools: Update to 3.44.0.


From: guix-commits
Subject: 40/94: gnu: python2-fonttools: Update to 3.44.0.
Date: Thu, 5 Dec 2019 12:15:33 -0500 (EST)

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

commit 8057faf0943f605a071ea133f7660eccab6bff6a
Author: Marius Bakke <address@hidden>
Date:   Tue Dec 3 00:51:20 2019 +0100

    gnu: python2-fonttools: Update to 3.44.0.
    
    * gnu/packages/python-xyz.scm (python2-fonttools): Update to 3.44.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 01bb565..a735ace 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -6830,13 +6830,13 @@ from an XML-based format.")
   (let ((base (package-with-python2 (strip-python2-variant python-fonttools))))
     (package/inherit
      base
-     (version "3.38.0")
+     (version "3.44.0")
      (source (origin
                (method url-fetch)
                (uri (pypi-uri "fonttools" version ".zip"))
                (sha256
                 (base32
-                 "12ripk3s7skgxr1bs9r8n13r94ym3s8iir7ivfixls9fa4dabmlh")))))))
+                 "0v6399g755f2hn1ry62i5b6gdinf2fpx2966v3bxh6bjw1accb5p")))))))
 
 (define-public python-ly
   (package



reply via email to

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