meerk40t: 0.9.7930 -> 0.9.8000 (#433842)

This commit is contained in:
Martin Weinelt 2025-08-15 02:10:20 +02:00 committed by GitHub
commit ee11c0fef4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,14 +9,14 @@
python3Packages.buildPythonApplication rec {
pname = "MeerK40t";
version = "0.9.7930";
version = "0.9.8000";
pyproject = true;
src = fetchFromGitHub {
owner = "meerk40t";
repo = "MeerK40t";
tag = version;
hash = "sha256-7igY6qEHDUAyyKK+T0WFNfGPYy8VnMLYaWHyBE8EMSs=";
hash = "sha256-KvXX4s+oKj7nksQyb4U827A2JQ1z6hwrBxBAg4RfW8s=";
};
nativeBuildInputs = [
@ -76,7 +76,7 @@ python3Packages.buildPythonApplication rec {
'';
meta = {
changelog = "https://github.com/meerk40t/meerk40t/releases/tag/${version}";
changelog = "https://github.com/meerk40t/meerk40t/releases/tag/${src.tag}";
description = "MeerK40t LaserCutter Software";
mainProgram = "meerk40t";
homepage = "https://github.com/meerk40t/meerk40t";