python3Packages.pysmarlaapi: 0.8.2 -> 0.9.0

This commit is contained in:
R. Ryantm 2025-06-14 12:57:46 +00:00
parent 329fd2121f
commit 00fe085b78

View File

@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "pysmarlaapi";
version = "0.8.2";
version = "0.9.0";
pyproject = true;
src = fetchFromGitHub {
owner = "Explicatis-GmbH";
repo = "pysmarlaapi";
tag = version;
hash = "sha256-R+LoMXd+8I16ARgEz5us6VSRa64Ov4VKZ4KysTApk7c=";
hash = "sha256-f8cghqdR4nxyBoMJiHWpZAzxcKMBmcKSqkLGtls2MwA=";
};
build-system = [ flit-core ];