gnu: python-twisted: Update to 19.7.0.

* gnu/packages/python-xyz.scm (python-twisted): Update to 19.7.0.
This commit is contained in:
Tobias Geerinckx-Rice 2019-08-24 04:08:16 +02:00
parent b380463b50
commit fdfad2fc4e
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -9978,13 +9978,13 @@ (define-public python2-fastimport
(define-public python-twisted (define-public python-twisted
(package (package
(name "python-twisted") (name "python-twisted")
(version "19.2.1") (version "19.7.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "Twisted" version ".tar.bz2")) (uri (pypi-uri "Twisted" version ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"0liymyd4pzphizjlpwkncxjpm9akyr3lkfkm77yfg6wasv108b7s")))) "17d3hnxv9qndagzz63mdpyk99xj63p9gq586vjn0rxk8cl197nym"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
'(#:tests? #f)) ; FIXME: some tests fail '(#:tests? #f)) ; FIXME: some tests fail