~ruther/guix-local

469e36fc31c6299ed1fd1a087883d50629ee6910 — Sharlatan Hellseher 4 months ago 016884b
gnu: python-tatsu: Update to 5.13.2.

* gnu/packages/python-xyz.scm (python-tatsu): Update to 5.13.2.
[native-inputs]: Remove python-wheel.

Change-Id: I5ee00d78f30614e69bb30f1afad3ea2987668f69
1 files changed, 6 insertions(+), 7 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +6 -7
@@ 1864,21 1864,20 @@ managers.")
(define-public python-tatsu
  (package
    (name "python-tatsu")
    (version "5.13.1")
    (version "5.13.2")
    (source
     (origin
       (method git-fetch) ; no tests in PyPI releasefor tests
       (method git-fetch)
       (uri (git-reference
             (url "https://github.com/neogeny/TatSu")
             (commit (string-append "v" version))))
              (url "https://github.com/neogeny/TatSu")
              (commit (string-append "v" version))))
       (file-name (git-file-name name version))
       (sha256
        (base32 "0pdq9d45vbp7j600ig4k21mv2wipvmz05dji91x7kifhzfl5i6w9"))))
        (base32 "0ppgi5r55iirzhnf988b32yvh8ly8lzxbg59y0zgqfaxbma50650"))))
    (build-system pyproject-build-system)
    (native-inputs
     (list python-pytest
           python-setuptools
           python-wheel))
           python-setuptools))
    (home-page "https://tatsu.readthedocs.io/en/stable/")
    (synopsis "PEG/Packrat Parser generator for Python")
    (description