gnu: python-attrs: Update to 24.2.0.

* gnu/packages/python-xyz.scm (python-attrs): Update to 24.2.0.

Change-Id: I7482ff7f2b1654f2b89c6a285ee40d84d2a90f89
This commit is contained in:
Sharlatan Hellseher 2024-11-11 23:11:09 +00:00
parent 44ee1f2182
commit 3bfea206eb
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -24807,13 +24807,13 @@ both as keys and as attributes.")
(define-public python-attrs
(package
(name "python-attrs")
(version "23.2.0")
(version "24.2.0")
(source (origin
(method url-fetch)
(uri (pypi-uri "attrs" version))
(sha256
(base32
"0c0zjwcqzbmpl93izm2g37gc3lsbbb9pf275fv7zcqn256sw6pck"))))
"0ik35wvcmapzhyzvwhlsrk53pgxnswh3zh5fkdb8dc5m928ipysw"))))
(build-system pyproject-build-system)
(arguments
(list