[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch core-updates updated: gnu: python-fonttools: Update to 4.2.2.
From: |
guix-commits |
Subject: |
branch core-updates updated: gnu: python-fonttools: Update to 4.2.2. |
Date: |
Sun, 12 Jan 2020 16:22:09 -0500 |
This is an automated email from the git hooks/post-receive script.
mbakke pushed a commit to branch core-updates
in repository guix.
The following commit(s) were added to refs/heads/core-updates by this push:
new 3963fc7 gnu: python-fonttools: Update to 4.2.2.
3963fc7 is described below
commit 3963fc70a52e9ebdd0639870a60ec786c59aaca3
Author: Riku Viitanen <address@hidden>
AuthorDate: Thu Dec 26 20:00:01 2019 +0200
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 75ab361..daa5788 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -68,6 +68,7 @@
;;; Copyright © 2019 Wiktor Żelazny <address@hidden>
;;; Copyright © 2019 Tanguy Le Carrour <address@hidden>
;;; Copyright © 2019 Mădălin Ionel Patrașcu <address@hidden>
+;;; Copyright © 2020 Riku Viitanen <address@hidden>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -6800,13 +6801,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)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch core-updates updated: gnu: python-fonttools: Update to 4.2.2.,
guix-commits <=