mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: python-coloredlogs: Update to 10.0.
* gnu/packages/python-xyz.scm (python-coloredlogs): Update to 10.0. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
This commit is contained in:
parent
3ce91d4429
commit
b2b8a39c41
1 changed files with 2 additions and 2 deletions
|
@ -933,14 +933,14 @@ (define-public python2-verboselogs
|
|||
(define-public python-coloredlogs
|
||||
(package
|
||||
(name "python-coloredlogs")
|
||||
(version "7.3")
|
||||
(version "10.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "coloredlogs" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1blcann6dyg5dhps9pg12rn0q0rjrlajpmmil0gy0j4cbvnl2il9"))))
|
||||
"0dkw6xp0r1dwgz4s2f58npx5nxfq51wf4l6qkm5ib27slgfs4sdq"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
`(;Tests require some updated modules
|
||||
|
|
Loading…
Reference in a new issue