python3Packages.hyper-connections: 0.4.0 -> 0.4.5

This commit is contained in:
R. Ryantm
2026-01-17 07:36:42 +00:00
parent 47cbf58ba8
commit 9332ab91ac
@@ -10,14 +10,14 @@
buildPythonPackage (finalAttrs: {
pname = "hyper-connections";
version = "0.4.0";
version = "0.4.5";
pyproject = true;
src = fetchFromGitHub {
owner = "lucidrains";
repo = "hyper-connections";
tag = finalAttrs.version;
hash = "sha256-nMNAuHOLOgrWNrMFko5ARBOyp9TyUhJfldPihV012K4=";
hash = "sha256-CAhLDBZvmdHwVTbKVgWnS0qs5TE4a05iorbR7Ejh2uM=";
};
build-system = [ hatchling ];