python3Packages.attrs: 23.1.0 -> 23.2.0

https://github.com/python-attrs/attrs/releases/tag/23.2.0
This commit is contained in:
Martin Weinelt
2024-03-12 17:41:40 +01:00
parent cb7cc366a6
commit 140dc71f0b
2 changed files with 16 additions and 12 deletions
@@ -8,13 +8,13 @@
buildPythonPackage rec {
pname = "attrs";
version = "23.1.0";
version = "23.2.0";
disabled = pythonOlder "3.7";
format = "pyproject";
src = fetchPypi {
inherit pname version;
hash = "sha256-YnmDbVgVE6JvG/I1+azTM7yRFWg/FPfo+uRsmPxQ4BU=";
hash = "sha256-k13DtSnCYvbPduUId9NaS9PB3hlP1B9HoreujxmXHzA=";
};
patches = [