summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-09-06 03:51:37 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-09-06 03:51:37 +0000
commit7e6b294f4b96b36d2fa468bb9f3ef2ed8c9936ee (patch)
treeebfd6933f0ce41eee92b48567f20c943ae0b19b8
parent24b025c6153bef547295d0db084d80c6d62d5baf (diff)
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 = [