mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: python-twisted: Update to 19.2.1.
* gnu/packages/python-xyz.scm (python-twisted): Update to 19.2.1.
This commit is contained in:
parent
47d79541ba
commit
0107c9b8b2
1 changed files with 3 additions and 3 deletions
|
@ -9715,16 +9715,16 @@ format.")
|
||||||
(define-public python-twisted
|
(define-public python-twisted
|
||||||
(package
|
(package
|
||||||
(name "python-twisted")
|
(name "python-twisted")
|
||||||
(version "19.2.0")
|
(version "19.2.1")
|
||||||
(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
|
||||||
"1gmb8d57s13d8znvqnxi47vqzqz141z443dbxg9wjkp8ia9f220p"))))
|
"0liymyd4pzphizjlpwkncxjpm9akyr3lkfkm77yfg6wasv108b7s"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:tests? #f)) ; FIXME: Some tests are failing.
|
'(#:tests? #f)) ; FIXME: some tests fail
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-zope-interface" ,python-zope-interface)
|
`(("python-zope-interface" ,python-zope-interface)
|
||||||
("python-pyhamcrest" ,python-pyhamcrest)
|
("python-pyhamcrest" ,python-pyhamcrest)
|
||||||
|
|
Loading…
Reference in a new issue