guix-commits
[Top][All Lists]
Advanced

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

22/24: gnu: python-pytest-mock: Update to 1.10.0.


From: Marius Bakke
Subject: 22/24: gnu: python-pytest-mock: Update to 1.10.0.
Date: Sat, 28 Jul 2018 09:58:19 -0400 (EDT)

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

commit 25ccb99347d7f8e54fecf0d8b397e21c3879d0fa
Author: Marius Bakke <address@hidden>
Date:   Tue Jul 24 00:12:14 2018 +0200

    gnu: python-pytest-mock: Update to 1.10.0.
    
    * gnu/packages/check.scm (python-pytest-mock): Update to 1.10.1.
---
 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 134e640..9a53a7e 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -756,14 +756,14 @@ supports coverage of subprocesses.")
 (define-public python-pytest-mock
   (package
     (name "python-pytest-mock")
-    (version "1.6.3")
+    (version "1.10.0")
     (source
       (origin
         (method url-fetch)
         (uri (pypi-uri "pytest-mock" version))
         (sha256
          (base32
-          "075v7b2wm5f839r1a30n21wfk5rfqp3d05q7zb9jlb2wmxki23cj"))))
+          "1h6lgpmsvs9s8j2s80v06f9f3iaw1n1rc51mbrxk1f12sw4q56nq"))))
     (build-system python-build-system)
     (native-inputs
      `(("python-setuptools-scm" ,python-setuptools-scm)))



reply via email to

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