Skip to content

Commit 9c133e8

Browse files
authored
python312Packages.pymilvus: 2.5.7 -> 2.5.8 (#403774)
2 parents b19a213 + cf60bcf commit 9c133e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/pymilvus/default.nix

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

2424
buildPythonPackage rec {
2525
pname = "pymilvus";
26-
version = "2.5.7";
26+
version = "2.5.8";
2727
pyproject = true;
2828

2929
src = fetchFromGitHub {
3030
owner = "milvus-io";
3131
repo = "pymilvus";
3232
tag = "v${version}";
33-
hash = "sha256-Sv1V8JjDQtgyKdd8yFNbXIXUK9hmlyB4xsmk49W0wGk=";
33+
hash = "sha256-AsbUt5dyVsrbWYzjsqe7bMs4E/npkKTetfHrDK4kt6I=";
3434
};
3535

3636
build-system = [

0 commit comments

Comments
 (0)