Unverified Commit 41aab0e8 authored by Damien Cassou's avatar Damien Cassou Committed by GitHub
Browse files

git-autofixup: 0.004007 -> 0.005000 (#512852)

parents 84ca134d 4c79e959
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -14831,10 +14831,10 @@ with self;
  GitAutofixup = buildPerlPackage {
    pname = "App-Git-Autofixup";
    version = "0.004007";
    version = "0.005000";
    src = fetchurl {
      url = "mirror://cpan/authors/id/T/TO/TORBIAK/App-Git-Autofixup-0.004007.tar.gz";
      hash = "sha256-2pe/dnKAlbO27nHaGfC/GUMBsvRd9HietU23Tt0hCjs=";
      url = "mirror://cpan/authors/id/T/TO/TORBIAK/App-Git-Autofixup-0.005.tar.gz";
      hash = "sha256-4mPAOzbD+mDZ7co5xyMyA2x1u6645pYw4Q4yHRqYUTM=";
    };
    meta = {
      description = "Create fixup commits for topic branches";