[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/18: gnu: python-pytest: Update to 3.8.0.
From: |
Marius Bakke |
Subject: |
06/18: gnu: python-pytest: Update to 3.8.0. |
Date: |
Sun, 9 Sep 2018 12:16:03 -0400 (EDT) |
mbakke pushed a commit to branch core-updates
in repository guix.
commit ad8ae693c8518c927ec119e2aabe05bdf86e2912
Author: Marius Bakke <address@hidden>
Date: Fri Sep 7 17:36:04 2018 +0200
gnu: python-pytest: Update to 3.8.0.
* gnu/packages/check.scm (python-pytest): Update to 3.8.0.
---
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 e3edff5..a2e1566 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -619,14 +619,14 @@ standard library.")
(define-public python-pytest
(package
(name "python-pytest")
- (version "3.7.2")
+ (version "3.8.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "pytest" version))
(sha256
(base32
- "00jv750alrj62r586hcmvpqlmkqszqfm1x7n6qnqacjmmlis2n9l"))))
+ "17grcfvd6ggvvqmprwv5y8g319nayam70hr43ssjwj40ws27z858"))))
(build-system python-build-system)
(arguments
`(#:phases
- branch core-updates updated (0171019 -> 4333d48), Marius Bakke, 2018/09/09
- 05/18: gnu: fontconfig: Update to 2.13.1., Marius Bakke, 2018/09/09
- 04/18: gnu: python-scipy: Update to 1.1.0., Marius Bakke, 2018/09/09
- 03/18: gnu: libcmis: Fix FTBFS with Boost >= 1.68.0., Marius Bakke, 2018/09/09
- 06/18: gnu: python-pytest: Update to 3.8.0.,
Marius Bakke <=
- 07/18: gnu: python-hypothesis: Update to 3.70.3., Marius Bakke, 2018/09/09
- 02/18: gnu: vigra: Fix FTBFS with Numpy >= 1.15., Marius Bakke, 2018/09/09
- 11/18: gnu: mesa: Update to 18.1.8., Marius Bakke, 2018/09/09
- 10/18: gnu: Python: Delete broken test., Marius Bakke, 2018/09/09
- 09/18: gnu: OpenBLAS: Update to 0.3.3., Marius Bakke, 2018/09/09
- 16/18: gnu: jbig2dec: Don't build libjbig2dec.a., Marius Bakke, 2018/09/09
- 14/18: gnu: cmake: Update to 3.12.2., Marius Bakke, 2018/09/09
- 15/18: gnu: util-linux: Remove static library reference from '.la' files., Marius Bakke, 2018/09/09
- 12/18: gnu: gtk+: Update to 3.24.0., Marius Bakke, 2018/09/09
- 08/18: gnu: meson: Update to 0.47.2., Marius Bakke, 2018/09/09