[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/12: gnu: python-twisted: Update to 19.2.0.
From: |
guix-commits |
Subject: |
07/12: gnu: python-twisted: Update to 19.2.0. |
Date: |
Thu, 18 Apr 2019 19:48:46 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit 52ca1c4abf6deaef2d5d5b9b7fc4d9dc949ae59c
Author: Marius Bakke <address@hidden>
Date: Wed Apr 17 22:15:24 2019 +0200
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.
---
gnu/packages/python-xyz.scm | 10 +++-------
1 file changed, 3 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index df3adf4..212f550 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)
- branch master updated (3fdb9a3 -> cbeb891), guix-commits, 2019/04/18
- 12/12: gnu: gpgme: Update to 1.13.0., guix-commits, 2019/04/18
- 08/12: gnu: Add python-pyrsistent., guix-commits, 2019/04/18
- 09/12: gnu: python-jsonschema: Update to 3.0.1., guix-commits, 2019/04/18
- 07/12: gnu: python-twisted: Update to 19.2.0.,
guix-commits <=
- 10/12: gnu: python-service-identity: Update to 18.1.0., guix-commits, 2019/04/18
- 11/12: gnu: python-send2trash: Properly delay python2 variant., guix-commits, 2019/04/18
- 06/12: gnu: python-automat: Update to 0.7.0., guix-commits, 2019/04/18
- 03/12: gnu: python-hyperlink: Update to 19.0.0., guix-commits, 2019/04/18
- 04/12: gnu: python-idna: Update to 2.8., guix-commits, 2019/04/18
- 02/12: gnu: python-zope-interface: Update to 4.6.0., guix-commits, 2019/04/18
- 05/12: gnu: python-m2r: Update to 0.2.1., guix-commits, 2019/04/18
- 01/12: gnu: xmlsec: Update to 1.2.28., guix-commits, 2019/04/18