This is an automated email from the git hooks/post-receive script.
efraim pushed a commit to branch staging
in repository guix.
The following commit(s) were added to refs/heads/staging by this push:
new 327c1d3 gnu: python2-pytest: Update to 4.6.11.
327c1d3 is described below
commit 327c1d3abdda58d9ead95bcdba6bfa1f0cdf3110
Author: Efraim Flashner <[email protected]>
AuthorDate: Sun Jul 19 16:00:16 2020 +0300
gnu: python2-pytest: Update to 4.6.11.
* gnu/packages/check.scm (python2-pytest): Update to 4.6.11.
---
gnu/packages/check.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index c71edc7..3ed1689 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -7,7 +7,7 @@
;;; Copyright © 2015, 2017 Cyril Roelandt <[email protected]>
;;; Copyright © 2015 Federico Beffa <[email protected]>
;;; Copyright © 2015 Andreas Enge <[email protected]>
-;;; Copyright © 2015, 2016, 2018, 2019 Efraim Flashner <[email protected]>
+;;; Copyright © 2015, 2016, 2018, 2019, 2020 Efraim Flashner
<[email protected]>
;;; Copyright © 2016, 2017 Leo Famulari <[email protected]>
;;; Copyright © 2016 Christopher Allan Webber <[email protected]>
;;; Copyright © 2016, 2017 Danny Milosavljevic <[email protected]>
@@ -872,13 +872,13 @@ and many external plugins.")
(package
(inherit (strip-python2-variant python-pytest))
(name "python2-pytest")
- (version "4.6.9")
+ (version "4.6.11")
(source (origin
(method url-fetch)
(uri (pypi-uri "pytest" version))
(sha256
(base32
- "0fgkmpc31nzy97fxfrkqbzycigdwxwwmninx3qhkzp81migggs0r"))))
+ "0ls3pqr86xgif6bphsb6wrww9r2vc7p7a2naq8zcq8115wwq5yjh"))))
(build-system python-build-system)
(arguments
`(#:python ,python-2