guix-commits
[Top][All Lists]
Advanced

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

03/08: gnu: python-pycparser: Update to 2.19.


From: guix-commits
Subject: 03/08: gnu: python-pycparser: Update to 2.19.
Date: Tue, 2 Jul 2019 11:25:37 -0400 (EDT)

mbakke pushed a commit to branch staging
in repository guix.

commit c6c0940ea33f034ea0efc5525feaeeebdc7b521d
Author: Marius Bakke <address@hidden>
Date:   Tue Jul 2 14:36:00 2019 +0200

    gnu: python-pycparser: Update to 2.19.
    
    * gnu/packages/python-xyz.scm (python-pycparser): Update to 2.19.
    [arguments]: End phases on #t.
---
 gnu/packages/python-xyz.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 8398ded..01b0f15 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -4413,14 +4413,14 @@ a general image processing tool.")
 (define-public python-pycparser
   (package
     (name "python-pycparser")
-    (version "2.18")
+    (version "2.19")
     (source
      (origin
       (method url-fetch)
       (uri (pypi-uri "pycparser" version))
       (sha256
        (base32
-        "09mjyw82ibqzl449g7swy8bfxnfpmas0815d2rkdjlcqw81wma4r"))))
+        "1cr5dcj9628lkz1qlwq3fv97c25363qppkmcayqvd05dpy573259"))))
     (outputs '("out" "doc"))
     (build-system python-build-system)
     (native-inputs
@@ -4443,7 +4443,8 @@ a general image processing tool.")
                            (copy-file (string-append "." file)
                                       (string-append doc file)))
                          '("/README.rst" "/CHANGES" "/LICENSE"))
-               (copy-recursively "examples" examples)))))))
+               (copy-recursively "examples" examples)
+               #t))))))
     (home-page "https://github.com/eliben/pycparser";)
     (synopsis "C parser in Python")
     (description



reply via email to

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