[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/21: gnu: flatbuffers-next: Update to 24.12.23.
From: |
guix-commits |
Subject: |
04/21: gnu: flatbuffers-next: Update to 24.12.23. |
Date: |
Mon, 27 Jan 2025 08:45:26 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix.
commit b0eed01f5b5a0cc253f4e98f7270ac2928e677d1
Author: David Elsing <david.elsing@posteo.net>
AuthorDate: Wed Jan 22 18:32:15 2025 +0000
gnu: flatbuffers-next: Update to 24.12.23.
* gnu/packages/serialization.scm (flatbuffers-next): Update to 24.12.23.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
gnu/packages/serialization.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/serialization.scm b/gnu/packages/serialization.scm
index 2e51b0ade7..f77ae9dc16 100644
--- a/gnu/packages/serialization.scm
+++ b/gnu/packages/serialization.scm
@@ -20,7 +20,7 @@
;;; Copyright © 2024 Paul A. Patience <paul@apatience.com>
;;; Copyright © 2024 Arun Isaac <arunisaac@systemreboot.net>
;;; Copyright © 2024 Wilko Meyer <w@wmeyer.eu>
-;;; Copyright © 2024 David Elsing <david.elsing@posteo.net>
+;;; Copyright © 2024, 2025 David Elsing <david.elsing@posteo.net>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -964,7 +964,7 @@ game development and other performance-critical
applications.")
(define-public flatbuffers-next
(package
(inherit flatbuffers)
- (version "24.3.25")
+ (version "24.12.23")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -973,7 +973,7 @@ game development and other performance-critical
applications.")
(file-name (git-file-name "flatbuffers" version))
(sha256
(base32
- "0q066x1h0x9225aj25jv40gxgz46yvwmiqc2g6q06mkkg1144kxq"))))))
+ "01g64kmjw8dfhj12j5fgyx70avix9p1ml4w25lm726dixmpq9gp8"))))))
(define-public python-flatbuffers
(package
- branch master updated (fcd7c7dcad -> 8069c4c2d0), guix-commits, 2025/01/27
- 01/21: gnu: asmjit: Update to commit cfc9f81., guix-commits, 2025/01/27
- 20/21: gnu: guile-dbi: Switch to Guile 3.0., guix-commits, 2025/01/27
- 02/21: gnu: cpuinfo: Update to commit ca156f7., guix-commits, 2025/01/27
- 14/21: gnu: python-pytorch-geometric: Update to 2.6.1., guix-commits, 2025/01/27
- 16/21: linux-container: Ignore EPERM when attempting to mount /sys., guix-commits, 2025/01/27
- 21/21: gnu: surfraw: Update to 2.3.0-0.ebb8131., guix-commits, 2025/01/27
- 03/21: gnu: cpp-httplib: Update to 0.18.5., guix-commits, 2025/01/27
- 04/21: gnu: flatbuffers-next: Update to 24.12.23.,
guix-commits <=
- 06/21: gnu: Add pybind11-2.13., guix-commits, 2025/01/27
- 07/21: gnu: python-optree: Update to 0.14.0., guix-commits, 2025/01/27
- 10/21: gnu: fbgemm: Update to 1.0.0., guix-commits, 2025/01/27
- 12/21: gnu: python-pytorch-for-r-torch: Fix build., guix-commits, 2025/01/27
- 11/21: gnu: python-pytorch: Update to 2.5.1., guix-commits, 2025/01/27
- 17/21: gnu: Add toilet., guix-commits, 2025/01/27
- 08/21: gnu: python-sympy: Update to 1.13.3., guix-commits, 2025/01/27
- 09/21: gnu: oneapi-dnnl: Regenerate autogenerated files., guix-commits, 2025/01/27
- 19/21: gnu: Add hunspell-dict-pt-pt., guix-commits, 2025/01/27
- 05/21: gnu: onnx: Update to 1.17.0., guix-commits, 2025/01/27