guix-commits
[Top][All Lists]
Advanced

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

04/18: gnu: python-reportlab: Update to 3.4.0.


From: Tobias Geerinckx-Rice
Subject: 04/18: gnu: python-reportlab: Update to 3.4.0.
Date: Sun, 24 Dec 2017 10:09:55 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 02861325ee8b40ae9a6e843b84bd3231f8152094
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Dec 13 13:38:02 2017 +0100

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

diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm
index 335d0b2..e02cd8d 100644
--- a/gnu/packages/pdf.scm
+++ b/gnu/packages/pdf.scm
@@ -13,6 +13,7 @@
 ;;; Copyright © 2017 Leo Famulari <address@hidden>
 ;;; Copyright © 2017 Alex Vong <address@hidden>
 ;;; Copyright © 2017 Rene Saavedra <address@hidden>
+;;; Copyright © 2017 Tobias Geerinckx-Rice <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -698,13 +699,13 @@ using a stylus.")
 (define-public python-reportlab
   (package
     (name "python-reportlab")
-    (version "3.3.0")
+    (version "3.4.0")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "reportlab" version))
               (sha256
                (base32
-                "0rz2pg04wnzjjm2f5a8ik9v8s54mv4xrjhv5liqjijqv6awh12gl"))))
+                "0hy304pzsz9lblmk7mrbk2682bi911lxgvzx2kcfpmfzb5gg7sjv"))))
     (build-system python-build-system)
     (arguments
      '(;; FIXME: There is one test failure, but it does not cause the



reply via email to

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