python3Packages.pysmlight: 0.2.4 -> 0.2.5

This commit is contained in:
R. Ryantm 2025-06-02 02:05:37 +00:00
parent f9969bf7f6
commit aa9c727515

View File

@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "pysmlight";
version = "0.2.4";
version = "0.2.5";
pyproject = true;
src = fetchFromGitHub {
owner = "smlight-tech";
repo = "pysmlight";
tag = "v${version}";
hash = "sha256-ZNqNRz7d3HZybQG778+ubxuc7Eakf/kWpd3I3cosSIU=";
hash = "sha256-ylfOro/GqgXDAPdtwbAWOMBO207zp5T26HRnDYrIw34=";
};
build-system = [ poetry-core ];