mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-14 11:00:36 +02:00
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:
parent
8f25c2e438
commit
8cbbea150d
1 changed files with 2 additions and 2 deletions
|
@ -6827,13 +6827,13 @@ applications.")
|
||||||
(define-public python-click-log
|
(define-public python-click-log
|
||||||
(package
|
(package
|
||||||
(name "python-click-log")
|
(name "python-click-log")
|
||||||
(version "0.2.0")
|
(version "0.2.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "click-log" version))
|
(uri (pypi-uri "click-log" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1bjrfxji1yv4fj0g78ri2yfgn2wbivn8g69fxfinxvxpmighhshp"))))
|
"1r1x85023cslb2pwldd089jjk573mk3w78cnashs77wrx7yz8fj9"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-click" ,python-click)))
|
`(("python-click" ,python-click)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue