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 24f7710 commit 16398cdCopy full SHA for 16398cd
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