Unverified Commit bcba7c01 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

git-aggregator: 4.0.2 -> 4.1 (#394845)

parents 17ac8168 859e0c96
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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; [