guix-commits
[Top][All Lists]
Advanced

[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)



reply via email to

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