gearlever: 3.4.2 -> 3.4.5

This commit is contained in:
R. Ryantm
2025-10-13 07:37:56 +00:00
parent 662e2ea08d
commit f994581e10
+2 -2
View File
@@ -23,14 +23,14 @@
python3Packages.buildPythonApplication rec {
pname = "gearlever";
version = "3.4.2";
version = "3.4.5";
pyproject = false; # Built with meson
src = fetchFromGitHub {
owner = "mijorus";
repo = "gearlever";
tag = version;
hash = "sha256-IC3ueAplQc5McGoJkHjjCAGvnLCH9+DUrB3cuKfwMno=";
hash = "sha256-C/YNnpLlA+5xzgLRLWEWAhDGLZP42N/uCbCPg3owgBk=";
};
postPatch =