git-aggregator: 4.0.2 -> 4.1

This commit is contained in:
R. Ryantm 2025-03-31 08:37:27 +00:00
parent 039ad942e3
commit 859e0c9655

View file

@ -7,13 +7,13 @@
python3Packages.buildPythonApplication rec {
pname = "git-aggregator";
version = "4.0.2";
version = "4.1";
src = fetchFromGitHub {
owner = "acsone";
repo = "git-aggregator";
tag = version;
hash = "sha256-6o+bf3s5KyRQWA7hp3xk76AfxBdzP0lOBOozgwe3Wtw=";
hash = "sha256-sZYh3CN15WTCQ59W24ERJdP48EJt571cbkswLQ3JL2g=";
};
nativeBuildInputs = with python3Packages; [