diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-08-15 19:15:15 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-08-15 19:18:11 +0200 |
commit | ef8c83bdb996146ff038c1c818ade3447272eb28 (patch) | |
tree | 6287d5568736bb3697e48218b0e0ad57e86a2218 /gnu | |
parent | a9815a6cf27dd0e2140038c35d4ad5ef91f6d7d6 (diff) | |
download | guix-ef8c83bdb996146ff038c1c818ade3447272eb28.tar guix-ef8c83bdb996146ff038c1c818ade3447272eb28.tar.gz |
gnu: python-responses: Update to 0.10.6.
* gnu/packages/python-web.scm (python-responses): Update to 0.10.6.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python-web.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 8e5324b37e..735f033883 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: |