meerk40t: 0.9.3010 -> 0.9.4000

This commit is contained in:
R. Ryantm 2024-02-21 08:54:26 +00:00
parent 79597053be
commit 54b6d13e9c

View File

@ -8,14 +8,14 @@
python3Packages.buildPythonApplication rec {
pname = "MeerK40t";
version = "0.9.3010";
version = "0.9.4000";
pyproject = true;
src = fetchFromGitHub {
owner = "meerk40t";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-RlIWqxmUiL1gFMxwcdWxDiebmEzVz6kTaSlAZHr8S+I=";
hash = "sha256-ceDnnHdmJ6VOrM9pSxjeKQ748E8fsIqSQ36qFpXc9Ac=";
};
nativeBuildInputs = [