1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

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>
This commit is contained in:
Ayan Das
2025-08-08 23:18:31 +05:30
committed by Sharlatan Hellseher
parent 0f0b983042
commit 9b2f9a4a1e

View File

@@ -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))