python312Packages.iottycloud: 0.2.1 -> 0.3.0

Changelog: https://github.com/pburgio/iottyCloud/releases/tag/0.3.0
This commit is contained in:
Fabian Affolter
2025-01-02 21:36:42 +01:00
parent 16dab34ee2
commit 0ca182415a
@@ -10,13 +10,13 @@
buildPythonPackage rec {
pname = "iottycloud";
version = "0.2.1";
version = "0.3.0";
pyproject = true;
src = fetchFromGitHub {
owner = "pburgio";
repo = "iottyCloud";
rev = "refs/tags/v${version}";
rev = "refs/tags/${version}";
hash = "sha256-EtAAUyVL7FTn0VoGmU5bU9XouMuEQUOx2t6j/wd1OEo=";
};
@@ -32,7 +32,7 @@ buildPythonPackage rec {
];
meta = {
changelog = "https://github.com/pburgio/iottyCloud/releases/tag/v${version}";
changelog = "https://github.com/pburgio/iottyCloud/releases/tag/${version}";
description = "Python library to interact with iotty CloudApi";
homepage = "https://github.com/pburgio/iottyCloud";
license = lib.licenses.agpl3Only;