whoogle-search: 1.2.3 -> 1.2.4 (#512054)

This commit is contained in:
nixpkgs-ci[bot]
2026-04-21 14:00:41 +00:00
committed by GitHub
+2 -2
View File
@@ -7,13 +7,13 @@
python3Packages.buildPythonApplication (finalAttrs: {
pname = "whoogle-search";
version = "1.2.3";
version = "1.2.4";
pyproject = true;
src = fetchPypi {
pname = "whoogle_search";
inherit (finalAttrs) version;
hash = "sha256-RP7/KMAJUUkzAVlHK0ln4Xn3zYQOOKkHlmQPYJSEsWM=";
hash = "sha256-Vq8CLElP1P/Lcq98IZHgug7a4+sSSyEL2ih4Y5McAfg=";
};
build-system = with python3Packages; [ setuptools ];