From 04eeea17f52e94c3df813b814cda2234d2c6ab87 Mon Sep 17 00:00:00 2001 From: Ayan Das Date: Thu, 16 Oct 2025 18:31:11 +0530 Subject: [PATCH] gnu: gloo: Update to 0.0.0-4.54cbae0. * gnu/packages/machine-learning.scm (gloo): Update to commit 54cbae0d3a67fa890b4c3d9ee162b7860315e341. [source]: Switch upstream URL to https://github.com/pytorch/gloo and update hash. Change-Id: Ibbea0a6739dc658f9ae147641fe128650f1370b9 Signed-off-by: Sharlatan Hellseher --- gnu/packages/machine-learning.scm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gnu/packages/machine-learning.scm b/gnu/packages/machine-learning.scm index 0545d4956341a1a1d26900394971cb2967c14eaf..0ab424cb76eddc58151712597fa1c099de3d9632 100644 --- a/gnu/packages/machine-learning.scm +++ b/gnu/packages/machine-learning.scm @@ -3635,8 +3635,8 @@ project, and it will potentially also do the same for the Lime project.") (define-public gloo (let ((version "0.0.0") ; no proper version tag - (commit "c7b7b022c124d9643957d9bd55f57ac59fce8fa2") - (revision "3")) + (commit "54cbae0d3a67fa890b4c3d9ee162b7860315e341") + (revision "4")) (package (name "gloo") (version (git-version version revision commit)) @@ -3644,12 +3644,12 @@ project, and it will potentially also do the same for the Lime project.") (origin (method git-fetch) (uri (git-reference - (url "https://github.com/facebookincubator/gloo") + (url "https://github.com/pytorch/gloo") (commit commit))) (file-name (git-file-name name version)) (sha256 (base32 - "0xsp2m2if3g85l0c3cx9l0j3kz36j3kbmz9mai6kchdhrs13r7d5")))) + "1zixybyma7zpwdawy1qi2d48g9r65wcjjd4j3j2bhlvjymyw03z2")))) (build-system cmake-build-system) (native-inputs (list googletest))