gnu: python-astor: Update to 0.8.1.

* gnu/packages/python-xyz.scm (python-astor): Update to 0.8.1.
This commit is contained in:
Efraim Flashner 2021-03-29 16:48:17 +03:00
parent 2ccf921645
commit c4b3747ddf
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -20472,14 +20472,14 @@ (define-public python-absl-py
(define-public python-astor
(package
(name "python-astor")
(version "0.7.1")
(version "0.8.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "astor" version))
(sha256
(base32
"13gv6f2xz9i564byp21gcpc0l3w4cs23k1wbcam8kky2ls3hvhwm"))))
"0ppscdzzvxpznclkmhhj53iz314x3pfv4yc7c6gwxqgljgdgyvka"))))
(build-system python-build-system)
;; FIXME: There are two errors and two test failures.
(arguments `(#:tests? #f))