[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/26: gnu: soci: Update to 4.0.3.
From: |
guix-commits |
Subject: |
08/26: gnu: soci: Update to 4.0.3. |
Date: |
Sun, 9 Apr 2023 05:06:37 -0400 (EDT) |
rekado pushed a commit to branch core-updates
in repository guix.
commit 45620ae8b0a49e64a34f23ae73ef6445a7914712
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Apr 8 13:31:55 2023 +0200
gnu: soci: Update to 4.0.3.
* gnu/packages/databases.scm (soci): Update to 4.0.3.
---
gnu/packages/databases.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index 8f439e2df6..a2bd284659 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -4787,7 +4787,7 @@ The drivers officially supported by @code{libdbi} are:
(define-public soci
(package
(name "soci")
- (version "4.0.2")
+ (version "4.0.3")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -4796,7 +4796,7 @@ The drivers officially supported by @code{libdbi} are:
(file-name (git-file-name name version))
(sha256
(base32
- "0qc6d71lyrfh5zb7pmfihd1hjyazlkgq6p0g06ans77wnnjh0k9l"))))
+ "12aq7pama96l2c1kmfkclb4bvrsxs9a8ppgk5gmzw45w2lg35i0y"))))
(build-system cmake-build-system)
(propagated-inputs
;; Headers of soci has include-references to headers of these inputs.
- branch core-updates updated (57627eedc8 -> 03580b5f1d), guix-commits, 2023/04/09
- 02/26: gnu: bctoolbox: Drop input labels., guix-commits, 2023/04/09
- 03/26: gnu: bctoolbox: Update to 5.2.49., guix-commits, 2023/04/09
- 01/26: gnu: bctoolbox: Run tests conditionally., guix-commits, 2023/04/09
- 10/26: gnu: libcutl: Use GCC 10., guix-commits, 2023/04/09
- 07/26: gnu: belle-sip: Update to 5.2.49., guix-commits, 2023/04/09
- 04/26: gnu: belr: Update to 5.2.49., guix-commits, 2023/04/09
- 06/26: gnu: belcard: Simplify by using G-expression., guix-commits, 2023/04/09
- 08/26: gnu: soci: Update to 4.0.3.,
guix-commits <=
- 23/26: gnu: Add openldap-for-linphone., guix-commits, 2023/04/09
- 05/26: gnu: belcard: Update to 5.2.49., guix-commits, 2023/04/09
- 16/26: gnu: bcmatroska2: Update to 5.2.1., guix-commits, 2023/04/09
- 11/26: gnu: ortp: Use G-expression., guix-commits, 2023/04/09
- 17/26: gnu: mediastreamer2: Use G-expression., guix-commits, 2023/04/09
- 21/26: gnu: libxsd-frontend: Build with GCC 10., guix-commits, 2023/04/09
- 24/26: gnu: liblinphone: Update to 5.2.50., guix-commits, 2023/04/09
- 25/26: gnu: linphone-desktop: Update to 5.0.14., guix-commits, 2023/04/09
- 09/26: gnu: lime: Update to 5.2.49., guix-commits, 2023/04/09
- 12/26: gnu: ortp: Drop input labels., guix-commits, 2023/04/09