python3Packages.pysmlight: 0.2.11 -> 0.2.12 (#470328)

This commit is contained in:
Fabian Affolter
2025-12-13 09:39:20 +00:00
committed by GitHub
@@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "pysmlight";
version = "0.2.11";
version = "0.2.12";
pyproject = true;
src = fetchFromGitHub {
owner = "smlight-tech";
repo = "pysmlight";
tag = "v${version}";
hash = "sha256-+ApqlqrNGQJ52VJPaaWCddsQGMu7W2fLJLKxV69zJKI=";
hash = "sha256-oTauF58/xeIzcRqxXjdLN3T8cjPz8ZSWvi/XIm8qSsU=";
};
build-system = [