mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: python-livereload: Update to 2.6.3.
* gnu/packages/python-web.scm (python-livereload): Update to 2.6.3. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
This commit is contained in:
parent
6d0d176580
commit
c116376542
1 changed files with 2 additions and 2 deletions
|
@ -5039,14 +5039,14 @@ (define-public python-port-for
|
|||
(define-public python-livereload
|
||||
(package
|
||||
(name "python-livereload")
|
||||
(version "2.6.1")
|
||||
(version "2.6.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "livereload" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0rhggz185bxc3zjnfpmhcvibyzi86i624za1lfh7x7ajsxw4y9c9"))))
|
||||
"0scqjnhg3ap81v36ghp0pik774dnfdkwqsx5j1jfbzarbs32yvvp"))))
|
||||
(build-system python-build-system)
|
||||
(propagated-inputs
|
||||
(list python-six python-tornado))
|
||||
|
|
Loading…
Reference in a new issue