Skip to content

Commit 9cc8cd7

Browse files
authored
python313Packages.faraday-agent-parameters-types: 1.7.3 -> 1.8.0 (#407657)
2 parents 97ea297 + 708929b commit 9cc8cd7

File tree

1 file changed

+4
-2
lines changed
  • pkgs/development/python-modules/faraday-agent-parameters-types

1 file changed

+4
-2
lines changed

pkgs/development/python-modules/faraday-agent-parameters-types/default.nix

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,20 @@
77
pytestCheckHook,
88
pythonOlder,
99
setuptools,
10+
validators,
1011
}:
1112

1213
buildPythonPackage rec {
1314
pname = "faraday-agent-parameters-types";
14-
version = "1.7.3";
15+
version = "1.8.0";
1516
pyproject = true;
1617

1718
disabled = pythonOlder "3.7";
1819

1920
src = fetchPypi {
2021
pname = "faraday_agent_parameters_types";
2122
inherit version;
22-
hash = "sha256-dpMxmCFo7e+/VA1SdpdSYRKR9rvr7zQWTri4pJt/4PY=";
23+
hash = "sha256-ZyTaQN6T+F8QKPuTfGcEtdKM/2hvtekghG4UwtER02A=";
2324
};
2425

2526
postPatch = ''
@@ -32,6 +33,7 @@ buildPythonPackage rec {
3233
dependencies = [
3334
marshmallow
3435
packaging
36+
validators
3537
];
3638

3739
nativeCheckInputs = [ pytestCheckHook ];

0 commit comments

Comments
 (0)