lol

python3Packages.qdrant-client: 1.12.2 -> 1.13.0

https://github.com/qdrant/qdrant-client/releases/tag/v1.13.0

+3 -3
+3 -3
pkgs/development/python-modules/qdrant-client/default.nix
··· 18 18 19 19 buildPythonPackage rec { 20 20 pname = "qdrant-client"; 21 - version = "1.12.2"; 21 + version = "1.13.0"; 22 22 pyproject = true; 23 23 24 24 disabled = pythonOlder "3.7"; ··· 27 27 owner = "qdrant"; 28 28 repo = "qdrant-client"; 29 29 tag = "v${version}"; 30 - hash = "sha256-oQrT3J+A0FvggAYhZ25MwOpfN3WryTG/Tkgygc7g3Ew="; 30 + hash = "sha256-0SEIRAcaPLdJhPsjFaSuacj5JSHZVebj1iFrSXKqzto="; 31 31 }; 32 32 33 33 build-system = [ poetry-core ]; ··· 59 59 meta = with lib; { 60 60 description = "Python client for Qdrant vector search engine"; 61 61 homepage = "https://github.com/qdrant/qdrant-client"; 62 - changelog = "https://github.com/qdrant/qdrant-client/releases/tag/v${version}"; 62 + changelog = "https://github.com/qdrant/qdrant-client/releases/tag/${src.tag}"; 63 63 license = licenses.mit; 64 64 maintainers = with maintainers; [ happysalada ]; 65 65 };