guix-commits
[Top][All Lists]
Advanced

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

15/416: gnu: python-pytest-mock: Update to 3.10.0.


From: guix-commits
Subject: 15/416: gnu: python-pytest-mock: Update to 3.10.0.
Date: Fri, 14 Apr 2023 15:25:12 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit 0f4c1f1316dbd1233361f66b96e1ab0d18537938
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Mon Sep 5 17:39:36 2022 +0200

    gnu: python-pytest-mock: Update to 3.10.0.
    
    * gnu/packages/check.scm (python-pytest-mock): Update to 3.10.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 b54ca4f55f..8306eab5fc 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -1586,13 +1586,13 @@ Python's @code{random.seed}.")
 (define-public python-pytest-mock
   (package
     (name "python-pytest-mock")
-    (version "3.6.1")
+    (version "3.10.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "pytest-mock" version))
        (sha256
-        (base32 "0qhfmd05z3g88bnwq6644jl6p5wy01i4yy7h8883z9jjih2pl8a0"))
+        (base32 "0kzdwwdjw001qzf1n4qzh7c364rvmb0cmkfqdwr2l9bwxy2v1ggv"))
        (modules '((guix build utils)))
        (snippet
         ;; Some tests do a string match on Pytest output, and fails when



reply via email to

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