me
/
guix
Archived
1
0
Fork 0

gnu: python-tornado-http-auth: Update to 1.1.1.

* gnu/packages/python-web.scm (python-tornado-http-auth): Update to 1.1.1.
master
Tobias Geerinckx-Rice 2019-10-16 03:27:17 +02:00
parent 3268fba3d2
commit 5051ef95b8
No known key found for this signature in database
GPG Key ID: D889B0F018C5493C
1 changed files with 4 additions and 7 deletions

View File

@ -817,21 +817,18 @@ connection to each user.")
(define-public python-tornado-http-auth (define-public python-tornado-http-auth
(package (package
(name "python-tornado-http-auth") (name "python-tornado-http-auth")
(version "1.1.0") (version "1.1.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "tornado-http-auth" version)) (uri (pypi-uri "tornado-http-auth" version))
(sha256 (sha256
(base32 (base32 "0hyc5f0a09i5yb99pk4bxpg6w9ichbrb5cv7hc9hff7rxd8w0v0x"))))
"0znrgqd7k2s4ia474xizi6h3061zj4sn5n6cq76bkwl3wwshifn5"))))
(build-system python-build-system) (build-system python-build-system)
(propagated-inputs (propagated-inputs
`(("python-tornado" ,python-tornado))) `(("python-tornado" ,python-tornado)))
(home-page (home-page "https://github.com/gvalkov/tornado-http-auth")
"https://github.com/gvalkov/tornado-http-auth") (synopsis "Digest and basic authentication module for Tornado")
(synopsis
"Digest and basic authentication module for Tornado")
(description (description
"Provides support for adding authentication to services using the Tornado "Provides support for adding authentication to services using the Tornado
web framework, either via the basic or digest authentication schemes.") web framework, either via the basic or digest authentication schemes.")