Skip to content

Commit 16398cd

Browse files
committed
python312Packages.deepsearch-toolkit: 2.0.0 -> 2.0.1
1 parent 24f7710 commit 16398cd

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/deepsearch-toolkit

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/deepsearch-toolkit/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@
2525

2626
buildPythonPackage rec {
2727
pname = "deepsearch-toolkit";
28-
version = "2.0.0";
28+
version = "2.0.1";
2929
pyproject = true;
3030

3131
src = fetchFromGitHub {
3232
owner = "DS4SD";
3333
repo = "deepsearch-toolkit";
3434
tag = "v${version}";
35-
hash = "sha256-ObVil+0d5RIYwkz7OHJIziD3gANh9ZGN+pY9pqhY+Yg=";
35+
hash = "sha256-nrz9pvyA5gPIaKt6CsJOB9cLy3sXiWW5e1Rk4vtNIY8=";
3636
};
3737

3838
build-system = [

0 commit comments

Comments
 (0)