Merge pull request #290388 from r-ryantm/auto-update/meerk40t

meerk40t: 0.9.3010 -> 0.9.4000
This commit is contained in:
Martin Weinelt 2024-02-22 01:01:15 +01:00 committed by GitHub
commit 827a4c5ead
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 = [