* [bug#55728] [PATCH] gnu: python-mock: Update to 4.0.3.
@ 2022-05-30 14:15 peter
2024-12-14 10:12 ` bug#55728: " Sharlatan Hellseher
0 siblings, 1 reply; 2+ messages 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] 2+ messages in thread
end of thread, other threads:[~2024-12-14 10:14 UTC | newest]
Thread overview: 2+ messages (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
2024-12-14 10:12 ` bug#55728: " Sharlatan Hellseher
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).