diff options
| author | Ayan Das <bvits@riseup.net> | 2025-08-08 23:18:31 +0530 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-08-20 13:05:51 +0100 |
| commit | 9b2f9a4a1ebe746b25e77c784c0839513dfbfd4e (patch) | |
| tree | c062123682ac0ee6db292a3be1cb4d1e9db0b277 /gnu | |
| parent | 0f0b983042deed1946c1507ef877eb8912a049af (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')
| -rw-r--r-- | gnu/packages/machine-learning.scm | 6 |
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.") | |||
| 4266 | 4266 | ||
| 4267 | (define-public gloo | 4267 | (define-public gloo |
| 4268 | (let ((version "0.0.0") ; no proper version tag | 4268 | (let ((version "0.0.0") ; no proper version tag |
| 4269 | (commit "81925d1c674c34f0dc34dd9a0f2151c1b6f701eb") | 4269 | (commit "c7b7b022c124d9643957d9bd55f57ac59fce8fa2") |
| 4270 | (revision "2")) | 4270 | (revision "3")) |
| 4271 | (package | 4271 | (package |
| 4272 | (name "gloo") | 4272 | (name "gloo") |
| 4273 | (version (git-version version revision commit)) | 4273 | (version (git-version version revision commit)) |
| @@ -4280,7 +4280,7 @@ project, and it will potentially also do the same for the Lime project.") | |||
| 4280 | (file-name (git-file-name name version)) | 4280 | (file-name (git-file-name name version)) |
| 4281 | (sha256 | 4281 | (sha256 |
| 4282 | (base32 | 4282 | (base32 |
| 4283 | "16zs8ndbiv9nppn8bv6lfanzyyssz7g5pawxiqcnafwq3nvxpj9m")))) | 4283 | "0xsp2m2if3g85l0c3cx9l0j3kz36j3kbmz9mai6kchdhrs13r7d5")))) |
| 4284 | (build-system cmake-build-system) | 4284 | (build-system cmake-build-system) |
| 4285 | (native-inputs | 4285 | (native-inputs |
| 4286 | (list googletest)) | 4286 | (list googletest)) |
