python3Packages.tagoio-sdk: 5.0.4 -> 5.1.0 (#469876)

This commit is contained in:
Nick Cao
2025-12-11 20:40:25 +00:00
committed by GitHub
@@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "tagoio-sdk";
version = "5.0.4";
version = "5.1.0";
pyproject = true;
src = fetchFromGitHub {
owner = "tago-io";
repo = "sdk-python";
tag = "v${version}";
hash = "sha256-a+cwDPYLfDgMiWf7jpFszwdueFbnfNgwZLWQrffjBqU=";
hash = "sha256-jKgH78ZFb9hr7rb71mF7qIpfDzCCWLlqUJVjO88dbYc=";
};
pythonRelaxDeps = [ "requests" ];