python313Packages.pysmlight: 0.2.3 -> 0.2.4 (#394054)

This commit is contained in:
dotlambda
2025-03-28 21:28:54 -07:00
committed by GitHub
@@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "pysmlight";
version = "0.2.3";
version = "0.2.4";
pyproject = true;
src = fetchFromGitHub {
owner = "smlight-tech";
repo = "pysmlight";
tag = "v${version}";
hash = "sha256-9aJ69t+zuWsmU9JIYgz12DRxFkhUCrrA0lBaUFbsEVM=";
hash = "sha256-ZNqNRz7d3HZybQG778+ubxuc7Eakf/kWpd3I3cosSIU=";
};
build-system = [ poetry-core ];