whoogle-search: 0.9.0 -> 0.9.1 (#369013)

This commit is contained in:
Nick Cao
2024-12-29 21:24:40 -05:00
committed by GitHub
+2 -2
View File
@@ -7,13 +7,13 @@
python3Packages.buildPythonApplication rec {
pname = "whoogle-search";
version = "0.9.0";
version = "0.9.1";
pyproject = true;
src = fetchPypi {
pname = "whoogle_search";
inherit version;
hash = "sha256-JpTvt7A81gisijWaXu0Rh/vPwjA95hvmpzRBwjvByiI=";
hash = "sha256-4i/p18tu5q4yRBKQHRAyXaxYcPORbU9KyIzF2yW9VCk=";
};
build-system = with python3Packages; [ setuptools ];