gnu: Update tailon to version 1.3.0.
From version 1.1.1. * gnu/packages/logging.scm (tailon)[version]: Change to 1.3.0. [inputs]: Add python-tornado-http-auth.
This commit is contained in:
parent
c795bc79d9
commit
761f5865c8
|
@ -96,18 +96,19 @@ command line.")
|
||||||
(define-public tailon
|
(define-public tailon
|
||||||
(package
|
(package
|
||||||
(name "tailon")
|
(name "tailon")
|
||||||
(version "1.1.1")
|
(version "1.3.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri name version))
|
(uri (pypi-uri name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"08clrwpfdxcv2z2b5ardpmim4alahbw4l7631dhw62xhbcf6wjzz"))))
|
"0wl2wm6p3pc0vkk33s7rzgcfvs9cwxfmlz997pdfhlw72r00l7s5"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("python-pyyaml" ,python-pyyaml)
|
`(("python-pyyaml" ,python-pyyaml)
|
||||||
("python-sockjs-tornado" ,python-sockjs-tornado)
|
("python-sockjs-tornado" ,python-sockjs-tornado)
|
||||||
|
("python-tornado-http-auth" ,python-tornado-http-auth)
|
||||||
("python-tornado" ,python-tornado)))
|
("python-tornado" ,python-tornado)))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
|
Loading…
Reference in New Issue