Skip to content

Commit ea3d590

Browse files
authored
python312Packages.faraday-agent-parameters-types: 1.7.2 -> 1.7.3, python312Packages.faraday-plugins: 1.20.0 -> 1.21.0 (NixOS#371607)
2 parents 1002dd5 + 517adab commit ea3d590

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111

1212
buildPythonPackage rec {
1313
pname = "faraday-agent-parameters-types";
14-
version = "1.7.2";
14+
version = "1.7.3";
1515
pyproject = true;
1616

1717
disabled = pythonOlder "3.7";
1818

1919
src = fetchPypi {
2020
pname = "faraday_agent_parameters_types";
2121
inherit version;
22-
hash = "sha256-9+scGbRITK25XLJOMsMzPj/y5Wi05mB0dcXDhon9Cf4=";
22+
hash = "sha256-dpMxmCFo7e+/VA1SdpdSYRKR9rvr7zQWTri4pJt/4PY=";
2323
};
2424

2525
postPatch = ''

pkgs/development/python-modules/faraday-plugins/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
buildPythonPackage rec {
2222
pname = "faraday-plugins";
23-
version = "1.20.0";
23+
version = "1.21.0";
2424
pyproject = true;
2525

2626
disabled = pythonOlder "3.7";
@@ -29,7 +29,7 @@ buildPythonPackage rec {
2929
owner = "infobyte";
3030
repo = "faraday_plugins";
3131
tag = version;
32-
hash = "sha256-e1VrZf0WNUZ5gU5e4uBkW8PgfQrqGgqqDb0n56nm1Xg=";
32+
hash = "sha256-8q+uGFeMR0OqZuI35iGugQH8pHv14El+NAurX7S9Exo=";
3333
};
3434

3535
postPatch = ''

0 commit comments

Comments
 (0)