summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorAyan Das <bvits@riseup.net>2025-08-08 23:18:31 +0530
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-08-20 13:05:51 +0100
commit9b2f9a4a1ebe746b25e77c784c0839513dfbfd4e (patch)
treec062123682ac0ee6db292a3be1cb4d1e9db0b277 /gnu/packages
parent0f0b983042deed1946c1507ef877eb8912a049af (diff)
gnu: gloo: Update to 0.0.0-3.c7b7b02.
* gnu/packages/machine-learning.scm (gloo): Update to commit c7b7b022c124d9643957d9bd55f57ac59fce8fa2. Change-Id: Ia90b65241ea3c10e5d07b7030ae5b6d906426822 Reviewed-by: David Elsing <david.elsing@posteo.net> @dtelsing Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/machine-learning.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/machine-learning.scm b/gnu/packages/machine-learning.scm
index bd77acf548c..fdb8a855742 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -4266,8 +4266,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 "81925d1c674c34f0dc34dd9a0f2151c1b6f701eb")
- (revision "2"))
+ (commit "c7b7b022c124d9643957d9bd55f57ac59fce8fa2")
+ (revision "3"))
(package
(name "gloo")
(version (git-version version revision commit))
@@ -4280,7 +4280,7 @@ project, and it will potentially also do the same for the Lime project.")
(file-name (git-file-name name version))
(sha256
(base32
- "16zs8ndbiv9nppn8bv6lfanzyyssz7g5pawxiqcnafwq3nvxpj9m"))))
+ "0xsp2m2if3g85l0c3cx9l0j3kz36j3kbmz9mai6kchdhrs13r7d5"))))
(build-system cmake-build-system)
(native-inputs
(list googletest))