guix-commits
[Top][All Lists]
Advanced

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

155/201: gnu: python-pytest: Update to 6.2.5.


From: guix-commits
Subject: 155/201: gnu: python-pytest: Update to 6.2.5.
Date: Mon, 1 Nov 2021 23:19:06 -0400 (EDT)

apteryx pushed a commit to branch core-updates-frozen-batched-changes
in repository guix.

commit e8ac3b7385313dbcdc44bdbf81dbcad064acf31d
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri Oct 22 23:04:49 2021 -0400

    gnu: python-pytest: Update to 6.2.5.
    
    * gnu/packages/check.scm (python-pytest): Update to 6.2.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 933f597..9b896e8 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -969,14 +969,14 @@ standard library.")
 (define-public python-pytest
   (package
     (name "python-pytest")
-    (version "6.2.4")
+    (version "6.2.5")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "pytest" version))
        (sha256
         (base32
-         "0jy5f83la1864ss42dhsi1mcm5nl79d8bjg7wk474nlw1c5avg2h"))))
+         "12cyi0lnyaq8sdqfnqlppd76gkw6zcg10gyih5knx9v611l3c6qk"))))
     (build-system python-build-system)
     (arguments
      `(#:phases



reply via email to

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