python3Packages.tagoio-sdk: 4.3.0 -> 5.0.3
https://github.com/tago-io/sdk-python/releases/tag/v5.0.3 This commit was automatically generated using update-python-libraries.
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "tagoio-sdk";
|
||||
version = "4.3.0";
|
||||
version = "5.0.3";
|
||||
format = "pyproject";
|
||||
|
||||
disabled = pythonOlder "3.9";
|
||||
@@ -23,7 +23,7 @@ buildPythonPackage rec {
|
||||
owner = "tago-io";
|
||||
repo = "sdk-python";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-37/fg2vbwYPhYPvSJ2YxWAPrfspqTE3thIL/VR1+AkI=";
|
||||
hash = "sha256-PNPG1FUniwZhOKjynp4ba6kjGJmB/OW0F5b2ZOYaYwY=";
|
||||
};
|
||||
|
||||
pythonRelaxDeps = [ "requests" ];
|
||||
@@ -49,7 +49,7 @@ buildPythonPackage rec {
|
||||
meta = with lib; {
|
||||
description = "Module for interacting with Tago.io";
|
||||
homepage = "https://github.com/tago-io/sdk-python";
|
||||
changelog = "https://github.com/tago-io/sdk-python/releases/tag/v${version}";
|
||||
changelog = "https://github.com/tago-io/sdk-python/releases/tag/${src.tag}";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ fab ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user