diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-12-07 05:58:11 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-12-07 06:09:52 +0100 |
commit | e6d7686f9ae4057bad48d97a1917e64b3580477c (patch) | |
tree | eed35506dcc969aef198eaaa6438b9b60b08a024 /gnu | |
parent | b6b5a3db4332922821b555b93584155a619a867e (diff) | |
download | guix-e6d7686f9ae4057bad48d97a1917e64b3580477c.tar guix-e6d7686f9ae4057bad48d97a1917e64b3580477c.tar.gz |
gnu: python2-defcon: Update to 0.3.5.
* gnu/packages/fontutils.scm (python2-defcon): Update to 0.3.5
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/fontutils.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/fontutils.scm b/gnu/packages/fontutils.scm index d2306a9423..9e672a419c 100644 --- a/gnu/packages/fontutils.scm +++ b/gnu/packages/fontutils.scm @@ -6,6 +6,7 @@ ;;; Copyright © 2017 Rene Saavedra <rennes@openmailbox.org> ;;; Copyright © 2017 Leo Famulari <leo@famulari.name> ;;; Copyright © 2017 ng0 <ng0@n0.is> +;;; Copyright © 2017 Tobias Geerinckx-Rice <me@tobias.gr> ;;; ;;; This file is part of GNU Guix. ;;; @@ -589,14 +590,14 @@ files. UFO is a file format that stores fonts source files.") (define-public python2-defcon (package (name "python2-defcon") - (version "0.3.4") + (version "0.3.5") (source (origin (method url-fetch) (uri (pypi-uri "defcon" version ".zip")) (sha256 (base32 - "1f41w54fdjy9izxcwzqa142kd56whqsg9nq5k4508jb6iip84h89")))) + "03jlm2gy9lvbwj68kfdm43yaddwd634jwkdg4wf0jxx2s8mwbg22")))) (build-system python-build-system) (arguments `(#:python ,python-2)) |