python311Packages.faraday-agent-parameters-types: 1.3.0 -> 1.3.1

Changelog: https://github.com/infobyte/faraday_agent_parameters_types/blob/1.3.1/CHANGELOG.md
This commit is contained in:
Fabian Affolter 2023-08-04 19:13:51 +02:00
parent ed02e79bbe
commit 0611984ad3

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "faraday-agent-parameters-types";
version = "1.3.0";
version = "1.3.1";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -17,7 +17,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "faraday_agent_parameters_types";
inherit version;
hash = "sha256-XWuWg8PzXdLIuUTZ5dnpFmFmqEhOReqIEmBbCpzdzrg=";
hash = "sha256-yWDZPa9+DZh2Bj9IIeIVFpAt9nhQOk2tTZh02difsCs=";
};
propagatedBuildInputs = [