Unverified Commit 689cb584 authored by SchweGELBin's avatar SchweGELBin
Browse files

whoogle-search: 1.1.2 -> 1.2.2

parent 78555294
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

python3Packages.buildPythonApplication (finalAttrs: {
  pname = "whoogle-search";
  version = "1.1.2";
  version = "1.2.2";
  pyproject = true;

  src = fetchPypi {
    pname = "whoogle_search";
    inherit (finalAttrs) version;
    hash = "sha256-1oPpCn9qeg/N/BA8Hv3+x4d7A5qEgcSI8i8B5XALQdw=";
    hash = "sha256-QU0VBMAh8MV32C/VDRWC+BHhaejcpiaMfMX3LCze2HM=";
  };

  build-system = with python3Packages; [ setuptools ];