python312Packages.faraday-plugins: 1.18.1 -> 1.18.2

Diff: https://github.com/infobyte/faraday_plugins/compare/refs/tags/1.18.1...1.18.2

Changelog: https://github.com/infobyte/faraday_plugins/releases/tag/1.18.2
This commit is contained in:
Fabian Affolter
2024-08-05 23:21:14 +02:00
parent 54a75f91a5
commit ba993a3039
@@ -20,7 +20,7 @@
buildPythonPackage rec {
pname = "faraday-plugins";
version = "1.18.1";
version = "1.18.2";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -29,7 +29,7 @@ buildPythonPackage rec {
owner = "infobyte";
repo = "faraday_plugins";
rev = "refs/tags/${version}";
hash = "sha256-ogfshtuHQ1UBNX24gTevWKGsFFaA097oEW3J3fzcXFo=";
hash = "sha256-QSJrzZyqwaHu8as03YIzB7PjUMzCnyADZgcBVnhm6c0=";
};
postPatch = ''