From e91977cfc07004044b0dc9626347a9bc9b4103ea Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 29 Apr 2024 12:53:07 +0200 Subject: [PATCH] python312Packages.weaviate-client: 4.5.1 -> 4.5.6 Diff: https://github.com/weaviate/weaviate-python-client/compare/refs/tags/v4.5.1...v4.5.6 Changelog: https://github.com/weaviate/weaviate-python-client/releases/tag/v4.5.6 --- .../python-modules/weaviate-client/default.nix | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/pkgs/development/python-modules/weaviate-client/default.nix b/pkgs/development/python-modules/weaviate-client/default.nix index 817c0d11b631..f92ef94177d5 100644 --- a/pkgs/development/python-modules/weaviate-client/default.nix +++ b/pkgs/development/python-modules/weaviate-client/default.nix @@ -2,7 +2,7 @@ lib, authlib, buildPythonPackage, - fetchPypi, + fetchFromGitHub, grpcio, grpcio-health-checking, grpcio-tools, @@ -17,14 +17,16 @@ buildPythonPackage rec { pname = "weaviate-client"; - version = "4.5.1"; + version = "4.5.6"; pyproject = true; disabled = pythonOlder "3.8"; - src = fetchPypi { - inherit pname version; - hash = "sha256-gElboFIwEMiwN6HhpPPT+tcmh0pMiDjq7R8TG2eMMKI="; + src = fetchFromGitHub { + owner = "weaviate"; + repo = "weaviate-python-client"; + rev = "refs/tags/v${version}"; + hash = "sha256-P1GiTsRDbJssoLZR//c+b4IJ2Zyb/0PaBLL+wmmI6zc="; }; pythonRelaxDeps = [