diff options
author | Mark H Weaver <mhw@netris.org> | 2017-08-11 03:49:24 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2017-08-11 03:49:24 -0400 |
commit | 3785e42e5219a86d9d8a5208ff18e97e0cbcbe78 (patch) | |
tree | b4204645ec27c08735604b5043be44550f4d704e /gnu/packages/logging.scm | |
parent | d156c999d0e7413696064992bb4a001d2d95317d (diff) | |
parent | d373c16f33fe0735a7a7d24899530c1af255b5f6 (diff) | |
download | gnu-guix-3785e42e5219a86d9d8a5208ff18e97e0cbcbe78.tar gnu-guix-3785e42e5219a86d9d8a5208ff18e97e0cbcbe78.tar.gz |
Merge branch 'master' into core-updates
Diffstat (limited to 'gnu/packages/logging.scm')
-rw-r--r-- | gnu/packages/logging.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/logging.scm b/gnu/packages/logging.scm index eecfe45581..b4f7caf56a 100644 --- a/gnu/packages/logging.scm +++ b/gnu/packages/logging.scm @@ -96,18 +96,19 @@ command line.") (define-public tailon (package (name "tailon") - (version "1.1.1") + (version "1.3.0") (source (origin (method url-fetch) (uri (pypi-uri name version)) (sha256 (base32 - "08clrwpfdxcv2z2b5ardpmim4alahbw4l7631dhw62xhbcf6wjzz")))) + "0wl2wm6p3pc0vkk33s7rzgcfvs9cwxfmlz997pdfhlw72r00l7s5")))) (build-system python-build-system) (inputs `(("python-pyyaml" ,python-pyyaml) ("python-sockjs-tornado" ,python-sockjs-tornado) + ("python-tornado-http-auth" ,python-tornado-http-auth) ("python-tornado" ,python-tornado))) (arguments `(#:phases |