We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f80294 commit 52b9252Copy full SHA for 52b9252
pkgs/development/python-modules/duckduckgo-search/default.nix
@@ -13,7 +13,7 @@
13
14
buildPythonPackage rec {
15
pname = "duckduckgo-search";
16
- version = "7.5.5";
+ version = "8.0.0";
17
pyproject = true;
18
19
disabled = pythonOlder "3.8";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
22
owner = "deedy5";
23
repo = "duckduckgo_search";
24
tag = "v${version}";
25
- hash = "sha256-6xSzlc75btDuLDqjx7zCiMwgjbOFO/5tGTjCBP6+MRg=";
+ hash = "sha256-FoGBVHxEXM9Mt0wpy7GctrlqUfhZb8DlK3UhlHld7E0=";
26
};
27
28
build-system = [ setuptools ];
0 commit comments