guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 5/6] gnu: python-pytest-runner: Update to 2.8.


From: Leo Famulari
Subject: [PATCH 5/6] gnu: python-pytest-runner: Update to 2.8.
Date: Sat, 2 Jul 2016 21:10:17 -0400

* gnu/packages/python.scm (python-pytest-runner, python2-pytest-runner):
Update to 2.8.
---
 gnu/packages/python.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index c94343b..f9bedba 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -1610,14 +1610,14 @@ supports coverage of subprocesses.")
 (define-public python-pytest-runner
   (package
     (name "python-pytest-runner")
-    (version "2.6.2")
+    (version "2.8")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "pytest-runner" version))
        (sha256
         (base32
-         "1nwcqx0l3fv52kv8526wy8ypzghbq96c96di318d98d3wh7a8xg7"))))
+         "0p0dd3878sjnk59sk17jl6n0j9is9160mi33smgzhld5vbnlvi0y"))))
     (build-system python-build-system)
     (arguments
      `(#:phases
-- 
2.9.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]