python3Packages.pysmarlaapi: 0.10.0 -> 0.13.0

This commit is contained in:
R. Ryantm
2026-02-03 18:56:13 +00:00
parent 41965737c1
commit 17e0419469
@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "pysmarlaapi";
version = "0.10.0";
version = "0.13.0";
pyproject = true;
src = fetchFromGitHub {
owner = "Explicatis-GmbH";
repo = "pysmarlaapi";
tag = version;
hash = "sha256-aHwmZIesBco6XyxKv321p+0p3Gibvi+X7xs+7RkwbVc=";
hash = "sha256-paOBRcTpVMLHB3HCP8JolvebC+xD19x1wieFjZCw4Ko=";
};
build-system = [ flit-core ];