[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/08: gnu: mariadb-connector-c: Update to 3.1.8.
From: |
guix-commits |
Subject: |
05/08: gnu: mariadb-connector-c: Update to 3.1.8. |
Date: |
Mon, 1 Jun 2020 18:29:18 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 870788719d35ac631847b12b05906663e5d1b406
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Jun 1 21:24:29 2020 +0200
gnu: mariadb-connector-c: Update to 3.1.8.
* gnu/packages/databases.scm (mariadb-connector-c): Update to 3.1.8.
---
gnu/packages/databases.scm | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index ae74e3c..c8cbac5 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -933,7 +933,7 @@ as a drop-in replacement of MySQL.")
(define-public mariadb-connector-c
(package
(name "mariadb-connector-c")
- (version "3.1.6")
+ (version "3.1.8")
(source (origin
(method url-fetch)
(uri (string-append
@@ -942,13 +942,12 @@ as a drop-in replacement of MySQL.")
version "-src.tar.gz"))
(sha256
(base32
- "083724f5daaqyzdcx508caz6fk2hs89jff85zg28ih43vxkvnrnj"))))
+ "0yrzhsxmjiwkhchagx8dymzhvxl3k5h40wn9wpicqjvgjb9k8523"))))
(inputs
`(("openssl" ,openssl)))
(build-system cmake-build-system)
(arguments
- ;; No tests.
- '(#:tests? #f))
+ '(#:tests? #f)) ; no tests
(home-page "https://mariadb.com/kb/en/mariadb-connector-c/")
(synopsis "Client library to connect to MySQL or MariaDB")
(description "The MariaDB Connector/C is used to connect applications
- branch master updated (d4ad8fd -> e7da805), guix-commits, 2020/06/01
- 01/08: gnu: lmdb: Update to 0.9.25., guix-commits, 2020/06/01
- 02/08: gnu: xarchiver: Update to 0.5.4.15., guix-commits, 2020/06/01
- 04/08: gnu: lmdb: Update home page., guix-commits, 2020/06/01
- 03/08: gnu: fasm: Update to 1.73.24., guix-commits, 2020/06/01
- 05/08: gnu: mariadb-connector-c: Update to 3.1.8.,
guix-commits <=
- 06/08: gnu: ropgadget: Update to 6.3., guix-commits, 2020/06/01
- 07/08: gnu: xa: Update to 2.3.11., guix-commits, 2020/06/01
- 08/08: gnu: hplip: Update to 3.20.5., guix-commits, 2020/06/01