guix-patches
[Top][All Lists]
Advanced

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

[bug#38742] [PATCH] gnu: python-fonttools: Update to 4.2.2


From: Riku Viitanen
Subject: [bug#38742] [PATCH] gnu: python-fonttools: Update to 4.2.2
Date: Mon, 30 Dec 2019 15:22:19 +0000

Here's the rebased patch. I accidentally sent it to only Marius earlier.

Python2-fonttools is already 3.44.0 in core-updates, so I left that untouched.

>From cb683c9119753df4734bebe5855d2d1993b04cff Mon Sep 17 00:00:00 2001
From: Riku Viitanen <address@hidden>
Date: Thu, 26 Dec 2019 20:00:01 +0200
Subject: [PATCH] gnu: python-fonttools: Update to 4.2.2.

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

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 75b8a4cc08..9c830c2bc3 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -67,6 +67,7 @@
 ;;; Copyright © 2019 Giacomo Leidi <address@hidden>
 ;;; Copyright © 2019 Wiktor Żelazny <address@hidden>
 ;;; Copyright © 2019 Tanguy Le Carrour <address@hidden>
+;;; Copyright © 2019 Riku Viitanen <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -6805,13 +6806,13 @@ add functionality and customization to your projects 
with their own plugins.")
 (define-public python-fonttools
   (package
     (name "python-fonttools")
-    (version "4.2.0")
+    (version "4.2.2")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "fonttools" version ".zip"))
               (sha256
                (base32
-                "0psy6z52jn49wp93s3k7kj0jzji1cad3wnwgm6c26vphv5appk4v"))))
+                "012qqspnwdl4vy8qgzzpfglkk5dgzxiw0fak2jq74ngygvz3vfv6"))))
     (build-system python-build-system)
     (native-inputs
      `(("unzip" ,unzip)
--
2.24.0





reply via email to

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