Loading pkgs/development/python-modules/cattrs/default.nix +5 −3 Original line number Diff line number Diff line { lib , attrs , buildPythonPackage , cbor2 , fetchFromGitHub , exceptiongroup , hypothesis Loading @@ -20,7 +21,7 @@ buildPythonPackage rec { pname = "cattrs"; version = "22.2.0"; version = "23.1.2"; format = "pyproject"; disabled = pythonOlder "3.7"; Loading @@ -29,7 +30,7 @@ buildPythonPackage rec { owner = "python-attrs"; repo = pname; rev = "v${version}"; hash = "sha256-Qnrq/mIA/t0mur6IAen4vTmMIhILWS6v5nuf+Via2hA="; hash = "sha256-YO4Clbo5fmXbysxwwM2qCHJwO5KwDC05VctRVFruJcw="; }; nativeBuildInputs = [ Loading @@ -40,11 +41,11 @@ buildPythonPackage rec { attrs ] ++ lib.optionals (pythonOlder "3.11") [ exceptiongroup ] ++ lib.optionals (pythonOlder "3.7") [ typing-extensions ]; nativeCheckInputs = [ cbor2 hypothesis immutables motor Loading @@ -54,6 +55,7 @@ buildPythonPackage rec { pytestCheckHook pyyaml tomlkit typing-extensions ujson ]; Loading Loading
pkgs/development/python-modules/cattrs/default.nix +5 −3 Original line number Diff line number Diff line { lib , attrs , buildPythonPackage , cbor2 , fetchFromGitHub , exceptiongroup , hypothesis Loading @@ -20,7 +21,7 @@ buildPythonPackage rec { pname = "cattrs"; version = "22.2.0"; version = "23.1.2"; format = "pyproject"; disabled = pythonOlder "3.7"; Loading @@ -29,7 +30,7 @@ buildPythonPackage rec { owner = "python-attrs"; repo = pname; rev = "v${version}"; hash = "sha256-Qnrq/mIA/t0mur6IAen4vTmMIhILWS6v5nuf+Via2hA="; hash = "sha256-YO4Clbo5fmXbysxwwM2qCHJwO5KwDC05VctRVFruJcw="; }; nativeBuildInputs = [ Loading @@ -40,11 +41,11 @@ buildPythonPackage rec { attrs ] ++ lib.optionals (pythonOlder "3.11") [ exceptiongroup ] ++ lib.optionals (pythonOlder "3.7") [ typing-extensions ]; nativeCheckInputs = [ cbor2 hypothesis immutables motor Loading @@ -54,6 +55,7 @@ buildPythonPackage rec { pytestCheckHook pyyaml tomlkit typing-extensions ujson ]; Loading