python3Packages.hyper-connections: 0.4.5 -> 0.4.7

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:19:18 +01:00
parent c9ef7804e1
commit 50e6bfdf13
@@ -10,14 +10,14 @@
buildPythonPackage (finalAttrs: {
pname = "hyper-connections";
version = "0.4.5";
version = "0.4.7";
pyproject = true;
src = fetchFromGitHub {
owner = "lucidrains";
repo = "hyper-connections";
tag = finalAttrs.version;
hash = "sha256-CAhLDBZvmdHwVTbKVgWnS0qs5TE4a05iorbR7Ejh2uM=";
hash = "sha256-x1Yx9Fnow9154kFGLmjeCBLYJsbv6oJiC6Rk1XudqJQ=";
};
build-system = [ hatchling ];