Archived
1
0
Fork 0

gnu: python-hacking: Update to 4.1.0.

* gnu/packages/openstack.scm (python-hacking): Update to 4.1.0.
This commit is contained in:
Marius Bakke 2021-05-06 16:42:44 +02:00
parent 243552674e
commit dd52cb9725
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -140,14 +140,14 @@ manner.")
(define-public python-hacking (define-public python-hacking
(package (package
(name "python-hacking") (name "python-hacking")
(version "4.0.0") (version "4.1.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "hacking" version)) (uri (pypi-uri "hacking" version))
(sha256 (sha256
(base32 (base32
"062rvbkvbavqqz55f7q00ikwipkn5j0rdls1rrajdbfwgckjcrsm")))) "0fg19rlcky3n1y1ri61xyjp7534yzf8r102z9dw3zqg93f4kj20m"))))
(build-system python-build-system) (build-system python-build-system)
(propagated-inputs (propagated-inputs
`(("python-flake8" ,python-flake8-3.8))) `(("python-flake8" ,python-flake8-3.8)))