Skip to content

Commit bcba7c0

Browse files
authored
git-aggregator: 4.0.2 -> 4.1 (#394845)
2 parents 17ac816 + 859e0c9 commit bcba7c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/gi/git-aggregator/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77

88
python3Packages.buildPythonApplication rec {
99
pname = "git-aggregator";
10-
version = "4.0.2";
10+
version = "4.1";
1111

1212
src = fetchFromGitHub {
1313
owner = "acsone";
1414
repo = "git-aggregator";
1515
tag = version;
16-
hash = "sha256-6o+bf3s5KyRQWA7hp3xk76AfxBdzP0lOBOozgwe3Wtw=";
16+
hash = "sha256-sZYh3CN15WTCQ59W24ERJdP48EJt571cbkswLQ3JL2g=";
1717
};
1818

1919
nativeBuildInputs = with python3Packages; [

0 commit comments

Comments
 (0)