python3Packages.cattrs: 1.10.0 -> 22.1.0

https://github.com/python-attrs/cattrs/blob/main/HISTORY.rst#2210-2022-04-03
This commit is contained in:
Martin Weinelt
2022-07-21 22:35:32 +02:00
parent 61718b8bd3
commit ac783147e7
@@ -6,6 +6,7 @@
, immutables
, motor
, msgpack
, orjson
, poetry-core
, pytest-xdist
, pytestCheckHook
@@ -18,7 +19,7 @@
buildPythonPackage rec {
pname = "cattrs";
version = "1.10.0";
version = "22.1.0";
format = "pyproject";
disabled = pythonOlder "3.7";
@@ -27,7 +28,7 @@ buildPythonPackage rec {
owner = "python-attrs";
repo = pname;
rev = "v${version}";
hash = "sha256-VbfQMMDO03eeUHAACxoX6a3DKmzoF9EfLuTpvaY6bWs=";
hash = "sha256-C8uIsewpgJfB1yYckWTwF5K32+2AAOrxFKB9I18RENg=";
};
nativeBuildInputs = [
@@ -45,6 +46,7 @@ buildPythonPackage rec {
immutables
motor
msgpack
orjson
pytest-xdist
pytestCheckHook
pyyaml