python312Packages.faraday-plugins: 1.18.2 -> 1.19.0

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

Changelog: https://github.com/infobyte/faraday_plugins/releases/tag/1.19.0
This commit is contained in:
Fabian Affolter 2024-08-25 20:43:13 +02:00
parent 8da188f8e7
commit fb7bb63a86

View File

@ -20,7 +20,7 @@
buildPythonPackage rec {
pname = "faraday-plugins";
version = "1.18.2";
version = "1.19.0";
pyproject = true;
disabled = pythonOlder "3.7";
@ -29,7 +29,7 @@ buildPythonPackage rec {
owner = "infobyte";
repo = "faraday_plugins";
rev = "refs/tags/${version}";
hash = "sha256-QSJrzZyqwaHu8as03YIzB7PjUMzCnyADZgcBVnhm6c0=";
hash = "sha256-ZKib2tpL7Yn3yWuyZFOQ3saNQLwrUEeuojSMpoTy89M=";
};
postPatch = ''