all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: peter@polidoro.io
To: 55728@debbugs.gnu.org
Cc: Peter Polidoro <peter@polidoro.io>
Subject: [bug#55728] [PATCH] gnu: python-mock: Update to 4.0.3.
Date: Mon, 30 May 2022 10:15:05 -0400	[thread overview]
Message-ID: <e91d3545786ce3f7b592f17cce557eb0b3affd1a.1653920046.git.peter@polidoro.io> (raw)

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





                 reply	other threads:[~2022-05-30 14:29 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=e91d3545786ce3f7b592f17cce557eb0b3affd1a.1653920046.git.peter@polidoro.io \
    --to=peter@polidoro.io \
    --cc=55728@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.