gnu: python-attrs: Update to 20.3.0.

* gnu/packages/python-xyz.scm (python-attrs): Update to 20.3.0.
This commit is contained in:
Maxim Cournoyer 2021-01-28 22:57:54 -05:00
parent f2b2280108
commit 1b91868288
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -14982,13 +14982,13 @@ and bit flag values.")
(define-public python-attrs
(package
(name "python-attrs")
(version "19.3.0")
(version "20.3.0")
(source (origin
(method url-fetch)
(uri (pypi-uri "attrs" version))
(sha256
(base32
"0wky4h28n7xnr6xv69p9z6kv8bzn50d10c3drmd9ds8gawbcxdzp"))))
"007pchhxk2nh6m2rgflkkij9xjwysq3fl7xr72cy8i4pw76s6al3"))))
(build-system python-build-system)
(arguments
`(#:phases (modify-phases %standard-phases