gearlever: 3.3.4 -> 3.4.0

This commit is contained in:
R. Ryantm 2025-08-06 21:24:07 +00:00
parent bac4482d07
commit 8afbcd1eed

View File

@ -23,14 +23,14 @@
python3Packages.buildPythonApplication rec {
pname = "gearlever";
version = "3.3.4";
version = "3.4.0";
pyproject = false; # Built with meson
src = fetchFromGitHub {
owner = "mijorus";
repo = "gearlever";
tag = version;
hash = "sha256-n7R4BiNxEy2uL6yg5h/L+l/EiQFTc5uND4ZVdERll08=";
hash = "sha256-3kTgYlsVumTVH5X6h3YvS0tdex/OGQyn5MzevQ+GuH4=";
};
postPatch =