guix-commits
[Top][All Lists]
Advanced

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

04/16: gnu: python-ply, python2-ply: Update to 3.10.


From: Tobias Geerinckx-Rice
Subject: 04/16: gnu: python-ply, python2-ply: Update to 3.10.
Date: Wed, 10 Jan 2018 10:26:00 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 9e8401a539c2d6198f927c90862ffa3490e932ed
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Jan 10 04:39:40 2018 +0100

    gnu: python-ply, python2-ply: Update to 3.10.
    
    * gnu/packages/python.scm (python-ply): Update to 3.10.
---
 gnu/packages/python.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 4e1fc0a..69a034f 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -32,7 +32,7 @@
 ;;; Copyright © 2016, 2017 Alex Vong <address@hidden>
 ;;; Copyright © 2016, 2017 Arun Isaac <address@hidden>
 ;;; Copyright © 2016, 2017 Julien Lepiller <address@hidden>
-;;; Copyright © 2016, 2017 Tobias Geerinckx-Rice <address@hidden>
+;;; Copyright © 2016, 2017, 2018 Tobias Geerinckx-Rice <address@hidden>
 ;;; Copyright © 2016, 2017 Thomas Danckaert <address@hidden>
 ;;; Copyright © 2017 Carlo Zancanaro <address@hidden>
 ;;; Copyright © 2017 Frederick M. Muriithi <address@hidden>
@@ -8553,14 +8553,14 @@ network support library.")
 (define-public python-ply
   (package
     (name "python-ply")
-    (version "3.9")
+    (version "3.10")
     (source
       (origin
         (method url-fetch)
         (uri (pypi-uri "ply" version))
         (sha256
           (base32
-            "0gpl0yli3w03ipyqfrp3w5nf0iawhsq65anf5wwm2wf5p502jzhd"))))
+            "1jxsr1d2f732r6ljhvm827113dckwl6qwakfvpbdhcbhvpvlmscn"))))
     (build-system python-build-system)
     (home-page "http://www.dabeaz.com/ply/";)
     (synopsis "Python Lex & Yacc")



reply via email to

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