gnu: python-click-log: Update to 0.2.1.

* gnu/packages/python.scm (python-click-log): Update to 0.2.1.
This commit is contained in:
Leo Famulari 2018-01-05 13:39:06 -05:00
parent 8f25c2e438
commit 8cbbea150d
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 2 deletions

View File

@ -6827,13 +6827,13 @@ applications.")
(define-public python-click-log
(package
(name "python-click-log")
(version "0.2.0")
(version "0.2.1")
(source (origin
(method url-fetch)
(uri (pypi-uri "click-log" version))
(sha256
(base32
"1bjrfxji1yv4fj0g78ri2yfgn2wbivn8g69fxfinxvxpmighhshp"))))
"1r1x85023cslb2pwldd089jjk573mk3w78cnashs77wrx7yz8fj9"))))
(build-system python-build-system)
(propagated-inputs
`(("python-click" ,python-click)))