guix-commits
[Top][All Lists]
Advanced

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

15/19: gnu: python-pytest: Update to 5.3.5.


From: guix-commits
Subject: 15/19: gnu: python-pytest: Update to 5.3.5.
Date: Mon, 3 Feb 2020 09:30:28 -0500 (EST)

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

commit b8f4d3f4c504ac2a28d5e62552d1c46821f04060
Author: Marius Bakke <address@hidden>
AuthorDate: Sat Feb 1 11:38:47 2020 +0100

    gnu: python-pytest: Update to 5.3.5.
    
    * gnu/packages/check.scm (python-pytest): Update to 5.3.5.
---
 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 19147e1..4c8275c 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -764,14 +764,14 @@ standard library.")
 (define-public python-pytest
   (package
     (name "python-pytest")
-    (version "5.3.2")
+    (version "5.3.5")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "pytest" version))
        (sha256
         (base32
-         "1yi51ckkiywszz0qp67jisxzcp54acf57wqr3ysgk457nlai4mvb"))))
+         "139i9cjhrv5aici3skq8iihvfb3lq0d8xb5j7qycr2hlk8cfjpqd"))))
     (build-system python-build-system)
     (arguments
      `(#:phases



reply via email to

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