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.
2 parents 0397e52 + 16398cd commit cfe66f8Copy full SHA for cfe66f8
pkgs/development/python-modules/deepsearch-toolkit/default.nix
@@ -25,14 +25,14 @@
25
26
buildPythonPackage rec {
27
pname = "deepsearch-toolkit";
28
- version = "2.0.0";
+ version = "2.0.1";
29
pyproject = true;
30
31
src = fetchFromGitHub {
32
owner = "DS4SD";
33
repo = "deepsearch-toolkit";
34
tag = "v${version}";
35
- hash = "sha256-ObVil+0d5RIYwkz7OHJIziD3gANh9ZGN+pY9pqhY+Yg=";
+ hash = "sha256-nrz9pvyA5gPIaKt6CsJOB9cLy3sXiWW5e1Rk4vtNIY8=";
36
};
37
38
build-system = [
0 commit comments