[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/17: gnu: python-pytest-runner: Update to 4.4.
From: |
guix-commits |
Subject: |
05/17: gnu: python-pytest-runner: Update to 4.4. |
Date: |
Mon, 4 Mar 2019 17:03:48 -0500 (EST) |
mbakke pushed a commit to branch core-updates
in repository guix.
commit c49c71cd2c6c74595f093b9d3bbad5d07865c5f2
Author: Marius Bakke <address@hidden>
Date: Mon Mar 4 18:10:58 2019 +0100
gnu: python-pytest-runner: Update to 4.4.
* gnu/packages/check.scm (python-pytest-runner): Update to 4.4.
---
gnu/packages/check.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index 3d0cf8a..65faaee 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -774,14 +774,14 @@ supports coverage of subprocesses.")
(define-public python-pytest-runner
(package
(name "python-pytest-runner")
- (version "4.2")
+ (version "4.4")
(source
(origin
(method url-fetch)
(uri (pypi-uri "pytest-runner" version))
(sha256
(base32
- "1gkpyphawxz38ni1gdq1fmwyqcg02m7ypzqvv46z06crwdxi2gyj"))))
+ "1x0d9n40lsiphblbs61rdc0d5r31f6vh0vcahqdv0mffakbnrb80"))))
(build-system python-build-system)
(native-inputs
`(("python-pytest" ,python-pytest-bootstrap)
- branch core-updates updated (4aeb42b -> dd7ce86), guix-commits, 2019/03/04
- 02/17: gnu: python-py: Update to 1.8.0., guix-commits, 2019/03/04
- 04/17: gnu: python-pluggy: Update to 0.9.0., guix-commits, 2019/03/04
- 01/17: gnu: address@hidden: Update to 2.7.16., guix-commits, 2019/03/04
- 03/17: gnu: python-pyflakes: Update to 2.1.1., guix-commits, 2019/03/04
- 05/17: gnu: python-pytest-runner: Update to 4.4.,
guix-commits <=
- 06/17: gnu: python-hypothesis: Update to 4.7.19., guix-commits, 2019/03/04
- 09/17: gnu: python-flake8: Update to 3.7.7., guix-commits, 2019/03/04
- 12/17: gnu: python-pympler: Update to 0.6., guix-commits, 2019/03/04
- 15/17: gnu: python-pytz: Update to 2018.9., guix-commits, 2019/03/04
- 14/17: gnu: python-attrs: Update to 19.1.0., guix-commits, 2019/03/04
- 13/17: gnu: python-attrs-bootstrap: Update to 18.2.0., guix-commits, 2019/03/04
- 08/17: gnu: python-six: Update to 1.12.0., guix-commits, 2019/03/04
- 17/17: gnu: pcre: Update to 8.43., guix-commits, 2019/03/04
- 10/17: gnu: python-zope-event: Update to 4.4., guix-commits, 2019/03/04
- 11/17: gnu: python-zope-interface: Update to 4.6.0., guix-commits, 2019/03/04