python312Packages.deepsearch-toolkit: 2.0.0 -> 2.0.1

This commit is contained in:
R. Ryantm
2025-02-10 05:34:56 +00:00
parent 24f7710cb6
commit 16398cdcd4
@@ -25,14 +25,14 @@
buildPythonPackage rec {
pname = "deepsearch-toolkit";
version = "2.0.0";
version = "2.0.1";
pyproject = true;
src = fetchFromGitHub {
owner = "DS4SD";
repo = "deepsearch-toolkit";
tag = "v${version}";
hash = "sha256-ObVil+0d5RIYwkz7OHJIziD3gANh9ZGN+pY9pqhY+Yg=";
hash = "sha256-nrz9pvyA5gPIaKt6CsJOB9cLy3sXiWW5e1Rk4vtNIY8=";
};
build-system = [