Merge pull request #297832 from fabaff/tagoio-sdk-bump

python311Packages.tagoio-sdk: 4.2.1 -> 4.3.0
This commit is contained in:
Fabian Affolter 2024-03-22 08:13:14 +01:00 committed by GitHub
commit 80bfc9f78e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 = [