guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: python2-defcon: Update to 0.3.5.


From: Tobias Geerinckx-Rice
Subject: 02/02: gnu: python2-defcon: Update to 0.3.5.
Date: Thu, 7 Dec 2017 00:07:59 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit e6d7686f9ae4057bad48d97a1917e64b3580477c
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Dec 7 05:58:11 2017 +0100

    gnu: python2-defcon: Update to 0.3.5.
    
    * gnu/packages/fontutils.scm (python2-defcon): Update to 0.3.5
---
 gnu/packages/fontutils.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/fontutils.scm b/gnu/packages/fontutils.scm
index d2306a9..9e672a4 100644
--- a/gnu/packages/fontutils.scm
+++ b/gnu/packages/fontutils.scm
@@ -6,6 +6,7 @@
 ;;; Copyright © 2017 Rene Saavedra <address@hidden>
 ;;; Copyright © 2017 Leo Famulari <address@hidden>
 ;;; Copyright © 2017 ng0 <address@hidden>
+;;; Copyright © 2017 Tobias Geerinckx-Rice <address@hidden>
 ;;;
 ;;; 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))



reply via email to

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