unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#55728] [PATCH] gnu: python-mock: Update to 4.0.3.
@ 2022-05-30 14:15 peter
  0 siblings, 0 replies; only message in thread
From: peter @ 2022-05-30 14:15 UTC (permalink / raw)
  To: 55728; +Cc: Peter Polidoro

From: Peter Polidoro <peter@polidoro.io>

* gnu/packages/check.scm (python-mock): Update to 4.0.3.
---
 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 8df5d87476..535c68cacc 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -855,14 +855,14 @@ (define-public python2-minimock
 (define-public python-mock
   (package
     (name "python-mock")
-    (version "3.0.5")
+    (version "4.0.3")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "mock" version))
        (sha256
         (base32
-         "1hrp6j0yrx2xzylfv02qa8kph661m6yq4p0mc8fnimch9j4psrc3"))))
+         "1g67p9a2by5j5d6yncpf1m68nigsvxfa86giy7r4z3r233gbngvx"))))
     (propagated-inputs
      (list python-six))
     (build-system python-build-system)
-- 
2.36.0





^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2022-05-30 14:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-30 14:15 [bug#55728] [PATCH] gnu: python-mock: Update to 4.0.3 peter

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).