me
/
guix
Archived
1
0
Fork 0

gnu: python-humanfriendly: Update to 8.2.

* gnu/packages/python-xyz.scm (python-humanfriendly): Upgrade to 8.2.
master
Efraim Flashner 2020-07-19 11:20:49 +03:00
parent 2c7802d2e0
commit fd7b950858
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -1124,14 +1124,14 @@ multiple Unicode code points, e.g. \"G\" + acute-accent)
(define-public python-humanfriendly
(package
(name "python-humanfriendly")
(version "4.4.1")
(version "8.2")
(source
(origin
(method url-fetch)
(uri (pypi-uri "humanfriendly" version))
(sha256
(base32
"0pisgizjql86785jchfjv217g0lsgk114g2lja5j4y3lsc3b9szi"))))
"04ixg8b7p6xc8x8lffhi7wfl77xhszakhd0s6j0cf6a84j8yqlmz"))))
(build-system python-build-system)
(arguments
`(;; XXX: Tests depend on coloredlogs, which in turn depends on humanfriendly.