guix-commits
[Top][All Lists]
Advanced

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

22/22: gnu: python-pytest: Update to 4.4.2.


From: guix-commits
Subject: 22/22: gnu: python-pytest: Update to 4.4.2.
Date: Sun, 7 Jul 2019 19:04:45 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit a7ed2d534c66bfedb7e3fb323cc4b7a1e2731dd0
Author: Marius Bakke <address@hidden>
Date:   Mon Jul 8 00:58:31 2019 +0200

    gnu: python-pytest: Update to 4.4.2.
    
    This is necessary to fix a test failure on 32-bit platforms in 4.4.1.
    
    * gnu/packages/check.scm (python-pytest): Update to 4.4.2.
---
 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 9dbef4b..901ee2c 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -683,14 +683,14 @@ standard library.")
 (define-public python-pytest
   (package
     (name "python-pytest")
-    (version "4.4.1")
+    (version "4.4.2")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "pytest" version))
        (sha256
         (base32
-         "1xcmic8wzaj00rn1lg4ib4prh2f4lzpiaadk35qlv8hcny1j505p"))))
+         "18w38kjnffdcrlbw6ny6dksgxai6x9bxpjs2m6klqmb8hfzjkcb2"))))
     (build-system python-build-system)
     (arguments
      `(#:phases



reply via email to

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