gnu: python-humanfriendly: Update to 8.2.
* gnu/packages/python-xyz.scm (python-humanfriendly): Upgrade to 8.2.
This commit is contained in:
parent
2c7802d2e0
commit
fd7b950858
1 changed files with 2 additions and 2 deletions
|
@ -1124,14 +1124,14 @@ multiple Unicode code points, e.g. \"G\" + acute-accent)
|
||||||
(define-public python-humanfriendly
|
(define-public python-humanfriendly
|
||||||
(package
|
(package
|
||||||
(name "python-humanfriendly")
|
(name "python-humanfriendly")
|
||||||
(version "4.4.1")
|
(version "8.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "humanfriendly" version))
|
(uri (pypi-uri "humanfriendly" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0pisgizjql86785jchfjv217g0lsgk114g2lja5j4y3lsc3b9szi"))))
|
"04ixg8b7p6xc8x8lffhi7wfl77xhszakhd0s6j0cf6a84j8yqlmz"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(;; XXX: Tests depend on coloredlogs, which in turn depends on humanfriendly.
|
`(;; XXX: Tests depend on coloredlogs, which in turn depends on humanfriendly.
|
||||||
|
|
Reference in a new issue