[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
49/61: gnu: tdb: Update to 1.4.12; fixes build with gcc-14.
From: |
guix-commits |
Subject: |
49/61: gnu: tdb: Update to 1.4.12; fixes build with gcc-14. |
Date: |
Thu, 12 Dec 2024 05:42:03 -0500 (EST) |
janneke pushed a commit to branch core-packages-team
in repository guix.
commit fed2f8909841928b11aceee432146ac9c8354240
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Wed Dec 11 17:47:55 2024 +0100
gnu: tdb: Update to 1.4.12; fixes build with gcc-14.
* gnu/packages/databases.scm (tdb): Update to 2.6.9.
Change-Id: I63d3f1668c5b7a75161c1dc189c26635092c0b64
---
gnu/packages/databases.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index dcd122cb22..9917633321 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -14,7 +14,7 @@
;;; Copyright © 2016, 2017 Nikita <nikita@n0.is>
;;; Copyright © 2016, 2017, 2018 Roel Janssen <roel@gnu.org>
;;; Copyright © 2016 David Craven <david@craven.ch>
-;;; Copyright © 2016 Jan Nieuwenhuizen <janneke@gnu.org>
+;;; Copyright © 2016, 2024 Janneke Nieuwenhuizen <janneke@gnu.org>
;;; Copyright © 2016 Andy Patterson <ajpatter@uwaterloo.ca>
;;; Copyright © 2016 Danny Milosavljevic <dannym+a@scratchpost.org>
;;; Copyright © 2016-2022 Marius Bakke <marius@gnu.org>
@@ -2064,14 +2064,14 @@ changes.")
(define-public tdb
(package
(name "tdb")
- (version "1.4.7")
+ (version "1.4.12")
(source (origin
(method url-fetch)
(uri (string-append "https://www.samba.org/ftp/tdb/tdb-"
version ".tar.gz"))
(sha256
(base32
- "03n2hz4sv003gpkyp57hk5kiw4xk9f2dkxq75kzk2gskxy6idyx4"))))
+ "0yndhh829ai2p3n4i63h1rhl22dcvzba0rffgqihjbc1k1sb5r3c"))))
(build-system gnu-build-system)
(arguments
'(#:phases
- 55/61: gnu: slim: Fix build with gcc-14., (continued)
- 55/61: gnu: slim: Fix build with gcc-14., guix-commits, 2024/12/12
- 56/61: gnu: tevent: Update to 0.16.1; fixes build with gcc-14., guix-commits, 2024/12/12
- 57/61: gnu: ldb: Update to 2.9.2; fixes build with gcc-14., guix-commits, 2024/12/12
- 59/61: gnu: ath9k-firmware: Remove CMAKE_SYSTEM_NAME override., guix-commits, 2024/12/12
- 58/61: guix: build-system: cmake: Rework cross compilation., guix-commits, 2024/12/12
- 50/61: gnu: Add cryptsetup-minimal., guix-commits, 2024/12/12
- 53/61: gnu: python-numpy: Update to 1.26.4 and fix build with gcc-14., guix-commits, 2024/12/12
- 60/61: XXX gnu: %bootstrap-glibc: Fix linking on armhf-linux., guix-commits, 2024/12/12
- 52/61: gnu: openblas: Update to 0.3.28; fixes build with gcc-14., guix-commits, 2024/12/12
- 47/61: gnu: openldap: Update to 2.6.9; fixes build with gcc-14., guix-commits, 2024/12/12
- 49/61: gnu: tdb: Update to 1.4.12; fixes build with gcc-14.,
guix-commits <=