gnu: python-attrs: Update to 19.3.0.

* gnu/packages/python-xyz.scm (python-attrs): Update to 19.3.0.
This commit is contained in:
Marius Bakke 2020-01-15 22:00:38 +01:00
parent 11c28af19a
commit 8aed0895f1
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -12369,13 +12369,13 @@ (define-public python2-constantly
(define-public python-attrs
(package
(name "python-attrs")
(version "19.1.0")
(version "19.3.0")
(source (origin
(method url-fetch)
(uri (pypi-uri "attrs" version))
(sha256
(base32
"16g33zr5f449lqc5wgvzpknxryfzrfsxcr6kpgxwn7l5fkv71f7h"))))
"0wky4h28n7xnr6xv69p9z6kv8bzn50d10c3drmd9ds8gawbcxdzp"))))
(build-system python-build-system)
(arguments
`(#:modules ((guix build utils)