python312Packages.pysmlight: 0.1.1 -> 0.1.2

This commit is contained in:
R. Ryantm
2024-10-04 11:43:22 +00:00
parent bc947f541a
commit 559819679e
@@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "pysmlight";
version = "0.1.1";
version = "0.1.2";
pyproject = true;
src = fetchFromGitHub {
owner = "smlight-tech";
repo = "pysmlight";
rev = "refs/tags/v${version}";
hash = "sha256-b1f17jOEDQFtwBJa2zhbI8j2rRoMNJy8/WsVWanf6BI=";
hash = "sha256-ouPUNKlTlF2t2K7RMG7oDSfeITjNPoGb5pNC7oUyGDI=";
};
build-system = [ poetry-core ];