mbakke pushed a commit to branch master
in repository guix.

commit ef8c83bdb996146ff038c1c818ade3447272eb28
Author: Marius Bakke <mba...@fastmail.com>
Date:   Thu Aug 15 19:15:15 2019 +0200

    gnu: python-responses: Update to 0.10.6.
    
    * gnu/packages/python-web.scm (python-responses): Update to 0.10.6.
---
 gnu/packages/python-web.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 8e5324b..735f033 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -1808,13 +1808,13 @@ Python.")
 (define-public python-responses
   (package
     (name "python-responses")
-    (version "0.5.1")
+    (version "0.10.6")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "responses" version))
               (sha256
                (base32
-                "1spcfxixyk9k7pk82jm6zqkwk031s95lh8q0mz7539jrb7269bcc"))))
+                "147pacwkkqy3qf3hr33fnl1xbzgw0zsm3qppvvy9qhq8h069qbah"))))
     (build-system python-build-system)
     (arguments
      `(;; Test suite is not distributed:

Reply via email to