guix-commits
[Top][All Lists]
Advanced

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

01/36: gnu: python-pytest-runner: Update to 2.11.1.


From: julien lepiller
Subject: 01/36: gnu: python-pytest-runner: Update to 2.11.1.
Date: Thu, 11 May 2017 16:01:24 -0400 (EDT)

roptat pushed a commit to branch master
in repository guix.

commit 047160f2f1620d33b8de362cbbd6ee0bb52d93c0
Author: Julien Lepiller <address@hidden>
Date:   Sat Apr 22 12:14:06 2017 +0200

    gnu: python-pytest-runner: Update to 2.11.1.
    
    * gnu/packages/python.scm (python-pytest-runner)
    (python2-pytest-runner): Update to 2.11.1.
---
 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 8c14e95..2e6af1c 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -1880,14 +1880,14 @@ supports coverage of subprocesses.")
 (define-public python-pytest-runner
   (package
     (name "python-pytest-runner")
-    (version "2.6.2")
+    (version "2.11.1")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "pytest-runner" version))
        (sha256
         (base32
-         "1nwcqx0l3fv52kv8526wy8ypzghbq96c96di318d98d3wh7a8xg7"))))
+         "1cw978kqqcq916b9gfns1qjqvg33c5ail5jhw9054dsynkm32flq"))))
     (build-system python-build-system)
     (arguments
      `(#:phases



reply via email to

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