apteryx pushed a commit to branch cu/farewell-to-pythonpath in repository guix.
commit 96077e59e7ba88568418d9fd13bf95f7716c799c Author: Maxim Cournoyer <[email protected]> AuthorDate: Thu Jan 28 22:57:54 2021 -0500 gnu: python-attrs: Update to 20.3.0. * gnu/packages/python-xyz.scm (python-attrs): Update to 20.3.0. --- gnu/packages/python-xyz.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 256ef40..a4258b6 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -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
