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.
This commit is contained in:
		
							parent
							
								
									919d80a0e0
								
							
						
					
					
						commit
						52ca1c4abf
					
				
					 1 changed files with 3 additions and 7 deletions
				
			
		|  | @ -9381,23 +9381,19 @@ format.") | ||||||
| (define-public python-twisted | (define-public python-twisted | ||||||
|   (package |   (package | ||||||
|     (name "python-twisted") |     (name "python-twisted") | ||||||
|     (version "17.5.0") |     (version "19.2.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 | ||||||
|                 "1sh2h23nnizcdyrl2rn7zxijglikxwz7z7grqpvq496zy2aa967i")))) |                 "1gmb8d57s13d8znvqnxi47vqzqz141z443dbxg9wjkp8ia9f220p")))) | ||||||
|     (build-system python-build-system) |     (build-system python-build-system) | ||||||
|     (arguments |     (arguments | ||||||
|      '(#:tests? #f)) ; FIXME: Some tests are failing. |      '(#:tests? #f)) ; FIXME: Some tests are failing. | ||||||
|        ;; #:phases |  | ||||||
|        ;; (modify-phases %standard-phases |  | ||||||
|        ;;   (replace 'check |  | ||||||
|        ;;     (lambda _ |  | ||||||
|        ;;       (zero? (system* "./bin/trial" "twisted"))))) |  | ||||||
|     (propagated-inputs |     (propagated-inputs | ||||||
|      `(("python-zope-interface" ,python-zope-interface) |      `(("python-zope-interface" ,python-zope-interface) | ||||||
|  |        ("python-pyhamcrest" ,python-pyhamcrest) | ||||||
|        ("python-incremental" ,python-incremental) |        ("python-incremental" ,python-incremental) | ||||||
|        ("python-hyperlink" ,python-hyperlink) |        ("python-hyperlink" ,python-hyperlink) | ||||||
|        ("python-constantly" ,python-constantly) |        ("python-constantly" ,python-constantly) | ||||||
|  |  | ||||||
		Reference in a new issue