mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: python-click-log: Update to 0.2.0.
* gnu/packages/python.scm (python-click-log): Update to 0.2.0.
This commit is contained in:
parent
19ecdbedd3
commit
3a91ac8378
1 changed files with 2 additions and 2 deletions
|
@ -9217,13 +9217,13 @@ (define-public python-click-threading
|
|||
(define-public python-click-log
|
||||
(package
|
||||
(name "python-click-log")
|
||||
(version "0.1.8")
|
||||
(version "0.2.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "click-log" version))
|
||||
(sha256
|
||||
(base32
|
||||
"14ikfjfgnzf21mjniq9lfk2igzykgzfvwwrk85nw2b9fq44109sp"))))
|
||||
"1bjrfxji1yv4fj0g78ri2yfgn2wbivn8g69fxfinxvxpmighhshp"))))
|
||||
(build-system python-build-system)
|
||||
(propagated-inputs
|
||||
`(("python-click" ,python-click)))
|
||||
|
|
Loading…
Reference in a new issue