whoogle-search: 1.1.2 -> 1.2.2

This commit is contained in:
SchweGELBin
2026-02-13 18:00:50 +01:00
parent 7855529432
commit 689cb58406
+2 -2
View File
@@ -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 ];