From 61eb3e82a2dc1f46e890b21445957f5c8380a88e Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Mon, 8 Jun 2026 05:40:59 +0000 Subject: [PATCH] python3Packages.torch-cluster: 1.6.3-unstable-2026-03-26 -> 1.6.3-unstable-2026-06-05 --- pkgs/development/python-modules/torch-cluster/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/torch-cluster/default.nix b/pkgs/development/python-modules/torch-cluster/default.nix index af9f049d5496..83c47b0d9867 100644 --- a/pkgs/development/python-modules/torch-cluster/default.nix +++ b/pkgs/development/python-modules/torch-cluster/default.nix @@ -23,7 +23,7 @@ buildPythonPackage.override { inherit (torch) stdenv; } (finalAttrs: { pname = "torch-cluster"; - version = "1.6.3-unstable-2026-03-26"; + version = "1.6.3-unstable-2026-06-05"; pyproject = true; __structuredAttrs = true; @@ -33,8 +33,8 @@ buildPythonPackage.override { inherit (torch) stdenv; } (finalAttrs: { src = fetchFromGitHub { owner = "rusty1s"; repo = "pytorch_cluster"; - rev = "af7b9f0af6b74be1594eb3d0a1685470cbb21265"; - hash = "sha256-2SXkk7m+feqk7uDir3Ov31TujyIUrRSEwONaiaq3Vvs="; + rev = "e9a855c284b45edcbf0282cf70ac09bee0ce4e49"; + hash = "sha256-0VgJBo37IUXZT3NC40fQ9pttDM3J6l2ks0061Mv3hk8="; }; build-system = [