python310Packages.cattrs: 22.2.0 -> 23.1.2
Diff: https://github.com/python-attrs/cattrs/compare/v22.2.0...v23.1.2 Changelog: https://github.com/python-attrs/cattrs/blob/v23.1.2/HISTORY.md
This commit is contained in:
parent
29bbabc5f5
commit
ce2c71c6b3
1 changed files with 5 additions and 3 deletions
|
@ -1,6 +1,7 @@
|
|||
{ lib
|
||||
, attrs
|
||||
, buildPythonPackage
|
||||
, cbor2
|
||||
, fetchFromGitHub
|
||||
, exceptiongroup
|
||||
, hypothesis
|
||||
|
@ -20,7 +21,7 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "cattrs";
|
||||
version = "22.2.0";
|
||||
version = "23.1.2";
|
||||
format = "pyproject";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
@ -29,7 +30,7 @@ buildPythonPackage rec {
|
|||
owner = "python-attrs";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
hash = "sha256-Qnrq/mIA/t0mur6IAen4vTmMIhILWS6v5nuf+Via2hA=";
|
||||
hash = "sha256-YO4Clbo5fmXbysxwwM2qCHJwO5KwDC05VctRVFruJcw=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
@ -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
|
||||
|
@ -54,6 +55,7 @@ buildPythonPackage rec {
|
|||
pytestCheckHook
|
||||
pyyaml
|
||||
tomlkit
|
||||
typing-extensions
|
||||
ujson
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue