Unverified Commit 37e8539a authored by Matthias Beyer's avatar Matthias Beyer Committed by GitHub
Browse files

whoogle-search: 0.9.3 -> 0.9.4 (#445274)

parents 5ed666f6 322c8594
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

python3Packages.buildPythonApplication rec {
  pname = "whoogle-search";
  version = "0.9.3";
  version = "0.9.4";
  pyproject = true;

  src = fetchPypi {
    pname = "whoogle_search";
    inherit version;
    hash = "sha256-4NFHz3l8kJ9QBbr5N55dhCgfoU83naC7avQZSzW6L8w=";
    hash = "sha256-EvmNDU1hRUIy+CTwECLzIdcEjzcJgiiFYd2iMy0wDG0=";
  };

  build-system = with python3Packages; [ setuptools ];