Commit bf3053df authored by Ihar Hrachyshka's avatar Ihar Hrachyshka
Browse files

python3Packages.bugzilla: use fetchPypi.hash instead of sha256

parent c4c95cac
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ buildPythonPackage rec {
  src = fetchPypi {
    pname = "python_${pname}";
    inherit version;
    sha256 = "sha256-4YIgFx4DPrO6YAxNE5NZ0BqhrOwdrrxDCJEORQdj3kc=";
    hash = "sha256-4YIgFx4DPrO6YAxNE5NZ0BqhrOwdrrxDCJEORQdj3kc=";
  };

  propagatedBuildInputs = [ requests ];