whoogle-search: 0.9.1 -> 0.9.2

This commit is contained in:
R. Ryantm
2025-01-21 15:28:25 +00:00
parent 8956e27ebc
commit 2b78ec3bd1
+2 -2
View File
@@ -7,13 +7,13 @@
python3Packages.buildPythonApplication rec {
pname = "whoogle-search";
version = "0.9.1";
version = "0.9.2";
pyproject = true;
src = fetchPypi {
pname = "whoogle_search";
inherit version;
hash = "sha256-4i/p18tu5q4yRBKQHRAyXaxYcPORbU9KyIzF2yW9VCk=";
hash = "sha256-Vp59n8o6hq4q15nuQguLGvQhYWrXpR6ZjDnaBCV4I4M=";
};
build-system = with python3Packages; [ setuptools ];