summaryrefslogtreecommitdiff
path: root/gnu/packages/databases.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/databases.scm')
-rw-r--r--gnu/packages/databases.scm10
1 files changed, 5 insertions, 5 deletions
diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index 7b1b654088b..1b830ab071f 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -175,7 +175,7 @@ Language.")
175(define-public mariadb 175(define-public mariadb
176 (package 176 (package
177 (name "mariadb") 177 (name "mariadb")
178 (version "10.0.18") 178 (version "10.0.20")
179 (source (origin 179 (source (origin
180 (method url-fetch) 180 (method url-fetch)
181 (uri (string-append "https://downloads.mariadb.org/f/" 181 (uri (string-append "https://downloads.mariadb.org/f/"
@@ -183,7 +183,7 @@ Language.")
183 name "-" version ".tar.gz")) 183 name "-" version ".tar.gz"))
184 (sha256 184 (sha256
185 (base32 185 (base32
186 "1xcs391cm0vnl9bvx1470v8z4d77zqv16n6iaqi12jm0ma8fwvv8")))) 186 "0ywb730l68mxvmpik1x2ndbdaaks6dmc17pxspspm5wlqxinjkrs"))))
187 (build-system cmake-build-system) 187 (build-system cmake-build-system)
188 (arguments 188 (arguments
189 '(#:configure-flags 189 '(#:configure-flags
@@ -633,7 +633,7 @@ While based on the concepts used by DBIx::Abstract, the concepts used have
633been modified to make the SQL easier to generate from Perl data structures. 633been modified to make the SQL easier to generate from Perl data structures.
634The underlying idea is for this module to do what you mean, based on the data 634The underlying idea is for this module to do what you mean, based on the data
635structures you provide it, so that you don't have to modify your code every 635structures you provide it, so that you don't have to modify your code every
636time your data changes") 636time your data changes.")
637 (license (package-license perl)))) 637 (license (package-license perl))))
638 638
639(define-public perl-sql-splitstatement 639(define-public perl-sql-splitstatement
@@ -688,7 +688,7 @@ valid SQL query.")
688 (version "2.3.2") 688 (version "2.3.2")
689 (source (origin 689 (source (origin
690 (method url-fetch) 690 (method url-fetch)
691 (uri 691 (uri
692 (string-append 692 (string-append
693 "ftp://ftp.unixodbc.org/pub/unixODBC/unixODBC-" version ".tar.gz")) 693 "ftp://ftp.unixodbc.org/pub/unixODBC/unixODBC-" version ".tar.gz"))
694 (sha256 694 (sha256
@@ -698,7 +698,7 @@ valid SQL query.")
698 (description "Unixodbc is a library providing an API with which to access 698 (description "Unixodbc is a library providing an API with which to access
699data sources. Data sources include SQL Servers and any software with an ODBC 699data sources. Data sources include SQL Servers and any software with an ODBC
700Driver.") 700Driver.")
701 (license lgpl2.1+) 701 (license lgpl2.1+)
702 ;; COPYING contains copy of lgpl2.1 - but copyright notices just say "LGPL" 702 ;; COPYING contains copy of lgpl2.1 - but copyright notices just say "LGPL"
703 (home-page "http://www.unixodbc.org"))) 703 (home-page "http://www.unixodbc.org")))
704 704