meerk40t: 0.9.7051 -> 0.9.7930

This commit is contained in:
R. Ryantm
2025-07-19 21:13:46 +00:00
parent d41e390a08
commit 2e4dec027d
+2 -2
View File
@@ -9,14 +9,14 @@
python3Packages.buildPythonApplication rec {
pname = "MeerK40t";
version = "0.9.7051";
version = "0.9.7930";
pyproject = true;
src = fetchFromGitHub {
owner = "meerk40t";
repo = pname;
tag = version;
hash = "sha256-v3lwFl4Qls+NzR2rYwNF8PyFTH0nNcLlF/uwc0h3Pc0=";
hash = "sha256-7igY6qEHDUAyyKK+T0WFNfGPYy8VnMLYaWHyBE8EMSs=";
};
nativeBuildInputs =