guix-commits
[Top][All Lists]
Advanced

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

41/96: gnu: python-fonttools: Update to 4.39.3.


From: guix-commits
Subject: 41/96: gnu: python-fonttools: Update to 4.39.3.
Date: Wed, 19 Apr 2023 21:41:11 -0400 (EDT)

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

commit 00a328847a002e042a7237b25ad5814eda324194
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Wed Apr 19 07:55:06 2023 -0400

    gnu: python-fonttools: Update to 4.39.3.
    
    This should have been already merged but was left out in a conflict
    resolution.
    
    * gnu/packages/python-xyz.scm (python-fonttools): Update to 4.39.3.
---
 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 46ae1a6341..c48b1fb9bc 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -12192,13 +12192,13 @@ number of lines in the contained files easily.")
   (hidden-package
    (package
      (name "python-fonttools")
-     (version "4.37.1")
+     (version "4.39.3")
      (source (origin
                (method url-fetch)
                (uri (pypi-uri "fonttools" version ".zip"))
                (sha256
                 (base32
-                 "1ryc1wca2v92wn24baryj5fr32lspl8rbsig32fnkxp1islf21j6"))))
+                 "1msibi5cmi5znykkg66dq7xshl07lkqjxhrz5hcipqvlggsvjd4j"))))
      (build-system python-build-system)
      (native-inputs
       (list unzip))



reply via email to

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