diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-01-10 04:39:40 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-01-10 15:59:45 +0100 |
commit | 9e8401a539c2d6198f927c90862ffa3490e932ed (patch) | |
tree | 4ba32c0afa2f806beb4a8bc09da64e965fe22f7c /gnu/packages/python.scm | |
parent | d1308c5ed27b5ea3f64735f54827bef69835113c (diff) | |
download | patches-9e8401a539c2d6198f927c90862ffa3490e932ed.tar patches-9e8401a539c2d6198f927c90862ffa3490e932ed.tar.gz |
gnu: python-ply, python2-ply: Update to 3.10.
* gnu/packages/python.scm (python-ply): Update to 3.10.
Diffstat (limited to 'gnu/packages/python.scm')
-rw-r--r-- | gnu/packages/python.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 4e1fc0abf2..69a034fd84 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -32,7 +32,7 @@ ;;; Copyright © 2016, 2017 Alex Vong <alexvong1995@gmail.com> ;;; Copyright © 2016, 2017 Arun Isaac <arunisaac@systemreboot.net> ;;; Copyright © 2016, 2017 Julien Lepiller <julien@lepiller.eu> -;;; Copyright © 2016, 2017 Tobias Geerinckx-Rice <me@tobias.gr> +;;; Copyright © 2016, 2017, 2018 Tobias Geerinckx-Rice <me@tobias.gr> ;;; Copyright © 2016, 2017 Thomas Danckaert <post@thomasdanckaert.be> ;;; Copyright © 2017 Carlo Zancanaro <carlo@zancanaro.id.au> ;;; Copyright © 2017 Frederick M. Muriithi <fredmanglis@gmail.com> @@ -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") |