python312Packages.faraday-plugins: 1.16.0 -> 1.17.0

Diff: https://github.com/infobyte/faraday_plugins/compare/refs/tags/1.16.0...1.17.0

Changelog: https://github.com/infobyte/faraday_plugins/releases/tag/1.17.0
This commit is contained in:
Fabian Affolter
2024-03-17 08:38:19 +01:00
parent 4bf56e13c2
commit 7054d34feb
@@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "faraday-plugins";
version = "1.16.0";
version = "1.17.0";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "infobyte";
repo = "faraday_plugins";
rev = "refs/tags/${version}";
hash = "sha256-1haWRuWK9WCgdR4geT2w3E95+CapBYDohGowUmnJ2H4=";
hash = "sha256-EE61RPantD1u9NNhyPRjoRkBifM3u16b0BC2aQC8UBA=";
};
postPatch = ''