python312Packages.pysmlight: 0.0.16 -> 0.1.0 (#342582)

This commit is contained in:
Robert Schütz 2024-09-18 15:01:54 -07:00 committed by GitHub
commit da6e40816b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "pysmlight";
version = "0.0.16";
version = "0.1.0";
pyproject = true;
src = fetchFromGitHub {
owner = "smlight-tech";
repo = "pysmlight";
rev = "refs/tags/v${version}";
hash = "sha256-TjFMK14uWkguZpF5siWG/zoOBUuCxtDnfX7+QpRKDh8=";
hash = "sha256-qpE2bKEuCfhELKtYEstGAL5h01J/8qH3mE5c0LQtaHE=";
};
build-system = [ poetry-core ];