python312Packages.faraday-agent-parameters-types: 1.6.0 -> 1.7.0

This commit is contained in:
R. Ryantm
2024-07-12 07:29:20 +00:00
parent c35a5a895f
commit 11e39671b6
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "faraday-agent-parameters-types";
version = "1.6.0";
version = "1.7.0";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "faraday_agent_parameters_types";
inherit version;
hash = "sha256-yw4u1xhfY9WYLSf9CNAsiDpY7y2Llf8j4gDoNZjACw0=";
hash = "sha256-xFrTOsoh/qCCnzJq97pHW2TogiWfnw4zL4Lul4jRaA0=";
};
postPatch = ''