summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2022-09-06 07:19:41 +0200
committerGitHub <noreply@github.com>2022-09-06 07:19:41 +0200
commit0c42a8d2b0552a67702500a6060a6c70d9bfd819 (patch)
tree9ea3a6e05f2fffa827ba16d699f41ca07cf02009
parent52cbdf3310149f52010fb141993835cc0ea8b955 (diff)
parent7e6b294f4b96b36d2fa468bb9f3ef2ed8c9936ee (diff)
Merge pull request #189953 from r-ryantm/auto-update/python3.10-faraday-agent-parameters-types
python310Packages.faraday-agent-parameters-types: 1.0.3 -> 1.0.4
-rw-r--r--pkgs/development/python-modules/faraday-agent-parameters-types/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/faraday-agent-parameters-types/default.nix b/pkgs/development/python-modules/faraday-agent-parameters-types/default.nix
index 8649e0698271..dbf5b148b0f3 100644
--- a/pkgs/development/python-modules/faraday-agent-parameters-types/default.nix
+++ b/pkgs/development/python-modules/faraday-agent-parameters-types/default.nix
@@ -8,12 +8,12 @@
buildPythonPackage rec {
pname = "faraday-agent-parameters-types";
- version = "1.0.3";
+ version = "1.0.4";
src = fetchPypi {
pname = "faraday_agent_parameters_types";
inherit version;
- sha256 = "6155669db477c3330c0850814eabe231bbbadf9d2ec57b4f734994f76eaee0e7";
+ sha256 = "sha256-ldGCn0VzoMRFekCPMprNLpaL5Jts5MRv5Ym1qoJwjXA=";
};
propagatedBuildInputs = [