python3Packages.pysmlight: 0.5.2 -> 0.5.3

This commit is contained in:
R. Ryantm
2026-07-11 10:04:22 +00:00
parent 3dcc696095
commit 0af10bb2e8
@@ -16,14 +16,14 @@
buildPythonPackage rec {
pname = "pysmlight";
version = "0.5.2";
version = "0.5.3";
pyproject = true;
src = fetchFromGitHub {
owner = "smlight-tech";
repo = "pysmlight";
tag = "v${version}";
hash = "sha256-zqb2rfY3JDnIhlaevqX+/ppX5YhB8xUeIrrM4OQKEq0=";
hash = "sha256-/FL1iRQAOb+4AdrRpRRkt8NsHpQt4fHfg6qO+aUUZeo=";
};
build-system = [