Unverified Commit a5a29345 authored by Philip Taron's avatar Philip Taron Committed by GitHub
Browse files

python3Packages.icdiff: fix src reproducibility (#482036)

parents 39bd3304 75decc71
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -23,8 +23,7 @@ buildPythonPackage rec {
    owner = "jeffkaufman";
    repo = "icdiff";
    tag = "release-${version}";
    hash = "sha256-ykQLF2b47RZSlrJXYpZ03evhpcGfVyTYwpO2UbmWqrY=";
    deepClone = true;
    hash = "sha256-SbgUBWaNT8akYKXYef/94vqZqJannZv+TxfbCnHKQtw=";
  };

  patches = [ ./0001-Don-t-test-black-or-flake8.patch ];