mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-28 12:01:49 +02:00
gnu: python-responses: Update to 0.10.6.
* gnu/packages/python-web.scm (python-responses): Update to 0.10.6.
This commit is contained in:
@@ -1808,13 +1808,13 @@ Python.")
|
|||||||
(define-public python-responses
|
(define-public python-responses
|
||||||
(package
|
(package
|
||||||
(name "python-responses")
|
(name "python-responses")
|
||||||
(version "0.5.1")
|
(version "0.10.6")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "responses" version))
|
(uri (pypi-uri "responses" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1spcfxixyk9k7pk82jm6zqkwk031s95lh8q0mz7539jrb7269bcc"))))
|
"147pacwkkqy3qf3hr33fnl1xbzgw0zsm3qppvvy9qhq8h069qbah"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(;; Test suite is not distributed:
|
`(;; Test suite is not distributed:
|
||||||
|
|||||||
Reference in New Issue
Block a user