python3Packages.tagoio-sdk: 5.0.3 -> 5.0.4

This commit is contained in:
R. Ryantm
2025-10-03 09:06:36 +00:00
parent 6e0e8f1225
commit 0640f31f4c
@@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "tagoio-sdk";
version = "5.0.3";
version = "5.0.4";
pyproject = true;
src = fetchFromGitHub {
owner = "tago-io";
repo = "sdk-python";
tag = "v${version}";
hash = "sha256-PNPG1FUniwZhOKjynp4ba6kjGJmB/OW0F5b2ZOYaYwY=";
hash = "sha256-a+cwDPYLfDgMiWf7jpFszwdueFbnfNgwZLWQrffjBqU=";
};
pythonRelaxDeps = [ "requests" ];