python312Packages.faraday-plugins: 1.19.0 -> 1.19.1 (#343349)

This commit is contained in:
Fabian Affolter
2024-09-21 10:50:08 +02:00
committed by GitHub
@@ -20,7 +20,7 @@
buildPythonPackage rec {
pname = "faraday-plugins";
version = "1.19.0";
version = "1.19.1";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -29,7 +29,7 @@ buildPythonPackage rec {
owner = "infobyte";
repo = "faraday_plugins";
rev = "refs/tags/${version}";
hash = "sha256-ZKib2tpL7Yn3yWuyZFOQ3saNQLwrUEeuojSMpoTy89M=";
hash = "sha256-XWPj348kAuA9BF7Y2/hX712eLRfUZ9kH3oL1jb17/K0=";
};
postPatch = ''