guix-commits
[Top][All Lists]
Advanced

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

16/43: gnu: python-pycparser: Update to 2.18.


From: Marius Bakke
Subject: 16/43: gnu: python-pycparser: Update to 2.18.
Date: Tue, 21 Aug 2018 11:25:55 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit c69d231c2a5656fe064a4fc2b6906fe3e194c7cf
Author: Marius Bakke <address@hidden>
Date:   Mon Aug 20 04:24:44 2018 +0200

    gnu: python-pycparser: Update to 2.18.
    
    * gnu/packages/python.scm (python-pycparser): Update to 2.18.
---
 gnu/packages/python.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index e2406df..c3f34fc 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -4028,14 +4028,14 @@ a general image processing tool.")
 (define-public python-pycparser
   (package
     (name "python-pycparser")
-    (version "2.17")
+    (version "2.18")
     (source
      (origin
       (method url-fetch)
       (uri (pypi-uri "pycparser" version))
       (sha256
        (base32
-        "1dkkjri0miidqb1zcqhqljfa34fcy9k5akasgwsv6k622zlk3b0a"))))
+        "09mjyw82ibqzl449g7swy8bfxnfpmas0815d2rkdjlcqw81wma4r"))))
     (outputs '("out" "doc"))
     (build-system python-build-system)
     (native-inputs



reply via email to

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