guix-commits
[Top][All Lists]
Advanced

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

08/15: gnu: python-pytest-xdist: Update to 2.1.0.


From: guix-commits
Subject: 08/15: gnu: python-pytest-xdist: Update to 2.1.0.
Date: Sun, 29 Nov 2020 14:08:57 -0500 (EST)

apteryx pushed a commit to branch master
in repository guix.

commit ed72e5583134c4bc240b595d143c54e45bff436a
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri Nov 27 23:51:31 2020 -0500

    gnu: python-pytest-xdist: Update to 2.1.0.
    
    * gnu/packages/check.scm (python-pytest-xdist): Update to 2.1.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 ccdef2a..47fc249 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -1198,14 +1198,14 @@ same arguments.")
 (define-public python-pytest-xdist
   (package
     (name "python-pytest-xdist")
-    (version "1.25.0")
+    (version "2.1.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "pytest-xdist" version))
        (sha256
         (base32
-         "1d812apvcmshh2l8f38spqwb3bpp0x43yy7lyfpxxzc99h4r7y4n"))
+         "0wh6pn66nncfs6ay0n863bgyriwsgppn8flx5l7551j1lbqkinc2"))
        (modules '((guix build utils)))
        (snippet
         '(begin



reply via email to

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