python312Packages.pysmlight: 0.1.2 -> 0.1.3

https://github.com/smlight-tech/pysmlight/releases/tag/v0.1.3
This commit is contained in:
Martin Weinelt
2024-10-11 20:51:52 +02:00
parent c71496505d
commit ed8291da27
@@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "pysmlight";
version = "0.1.2";
version = "0.1.3";
pyproject = true;
src = fetchFromGitHub {
owner = "smlight-tech";
repo = "pysmlight";
rev = "refs/tags/v${version}";
hash = "sha256-ouPUNKlTlF2t2K7RMG7oDSfeITjNPoGb5pNC7oUyGDI=";
hash = "sha256-U5/pKlnRt+OQeE/RQabTcnZLiLBIGqBinXdI7yc//30=";
};
build-system = [ poetry-core ];