mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05:00
gnu: python-sockjs-tornado: Update to 1.0.5.
* gnu/packages/python-web.scm (python-sockjs-tornado): Update to 1.0.5.
This commit is contained in:
parent
1f7fe26f83
commit
83397e0786
1 changed files with 2 additions and 2 deletions
|
@ -177,14 +177,14 @@ (define-public python2-httplib2
|
||||||
(define-public python-sockjs-tornado
|
(define-public python-sockjs-tornado
|
||||||
(package
|
(package
|
||||||
(name "python-sockjs-tornado")
|
(name "python-sockjs-tornado")
|
||||||
(version "1.0.3")
|
(version "1.0.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "sockjs-tornado" version))
|
(uri (pypi-uri "sockjs-tornado" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"16cff40nniqsyvda1pb2j3b4zwmrw7y2g1vqq78lp20xpmhnwwkd"))))
|
"0zhq8wnnhkfbvdnsggqrc3pp97pqpilsf7fh6ymvnf52r0rwyjsc"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(;; There are no tests, and running the test phase requires missing
|
`(;; There are no tests, and running the test phase requires missing
|
||||||
|
|
Loading…
Reference in a new issue