python311Packages.tagoio-sdk: 4.2.1 -> 4.3.0

Diff: https://github.com/tago-io/sdk-python/compare/refs/tags/v4.2.1...v4.3.0

Changelog: https://github.com/tago-io/sdk-python/releases/tag/v4.3.0
This commit is contained in:
Fabian Affolter 2024-03-21 22:01:45 +01:00
parent 38d8d0e7ea
commit 9304082e42
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "tagoio-sdk";
version = "4.2.1";
version = "4.3.0";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "tago-io";
repo = "sdk-python";
rev = "refs/tags/v${version}";
hash = "sha256-R7qJIgL8/zejIuT6YMnC3bdm8lKLBTK5eVjVDEjvRKs=";
hash = "sha256-37/fg2vbwYPhYPvSJ2YxWAPrfspqTE3thIL/VR1+AkI=";
};
pythonRelaxDeps = [