whoogle-search: 1.2.3 -> 1.2.4

This commit is contained in:
R. Ryantm
2026-04-21 11:04:55 +00:00
parent eaf1a8c164
commit 8384008549
+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 ];