diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-04-17 22:15:24 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-04-19 01:48:06 +0200 |
commit | 52ca1c4abf6deaef2d5d5b9b7fc4d9dc949ae59c (patch) | |
tree | 040a615064bcdb8aa7f3f6b8a64ba96f01b07765 /gnu | |
parent | 919d80a0e06839051dc1bcacd260c8b22092b47b (diff) | |
download | patches-52ca1c4abf6deaef2d5d5b9b7fc4d9dc949ae59c.tar patches-52ca1c4abf6deaef2d5d5b9b7fc4d9dc949ae59c.tar.gz |
gnu: python-twisted: Update to 19.2.0.
* gnu/packages/python-xyz.scm (python-twisted): Update to 19.2.0.
[propagated-inputs]: Add PYTHON-PYHAMCREST.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python-xyz.scm | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index df3adf47e1..212f550b59 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -9381,23 +9381,19 @@ format.") (define-public python-twisted (package (name "python-twisted") - (version "17.5.0") + (version "19.2.0") (source (origin (method url-fetch) (uri (pypi-uri "Twisted" version ".tar.bz2")) (sha256 (base32 - "1sh2h23nnizcdyrl2rn7zxijglikxwz7z7grqpvq496zy2aa967i")))) + "1gmb8d57s13d8znvqnxi47vqzqz141z443dbxg9wjkp8ia9f220p")))) (build-system python-build-system) (arguments '(#:tests? #f)) ; FIXME: Some tests are failing. - ;; #:phases - ;; (modify-phases %standard-phases - ;; (replace 'check - ;; (lambda _ - ;; (zero? (system* "./bin/trial" "twisted"))))) (propagated-inputs `(("python-zope-interface" ,python-zope-interface) + ("python-pyhamcrest" ,python-pyhamcrest) ("python-incremental" ,python-incremental) ("python-hyperlink" ,python-hyperlink) ("python-constantly" ,python-constantly) |