python312Packages.pysmlight: 0.0.14 -> 0.0.15 (#340429)

This commit is contained in:
Nick Cao 2024-09-08 08:43:26 -04:00 committed by GitHub
commit 82de64e0a3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,14 +13,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "pysmlight"; pname = "pysmlight";
version = "0.0.14"; version = "0.0.15";
pyproject = true; pyproject = true;
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "smlight-tech"; owner = "smlight-tech";
repo = "pysmlight"; repo = "pysmlight";
rev = "refs/tags/v${version}"; rev = "refs/tags/v${version}";
hash = "sha256-23MDNsN7eAhDYKmsSciChCe6sJVdrL4VuEJixoczVsk="; hash = "sha256-DbuVbA6Tdi+qpop6Gnubra9Pv0qAQr1QvgWLJx9elkU=";
}; };
build-system = [ poetry-core ]; build-system = [ poetry-core ];