gnu: freetds: Update to 1.2.19.

* gnu/packages/databases.scm (freetds): Update to 1.2.19.
This commit is contained in:
Tobias Geerinckx-Rice 2021-04-10 20:46:55 +02:00
parent ce9fe5f9a2
commit 0f0c9d2b0f
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -3836,14 +3836,14 @@ PostreSQL, SQLite, ODBC and MySQL.")
(define-public freetds (define-public freetds
(package (package
(name "freetds") (name "freetds")
(version "1.2.18") (version "1.2.19")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://www.freetds.org/files/stable/" (uri (string-append "https://www.freetds.org/files/stable/"
"freetds-" version ".tar.gz")) "freetds-" version ".tar.gz"))
(sha256 (sha256
(base32 "1hspvwxwdd1apadsy2b40dpjik8kfwcvdamvhpg3lnm15n02fb50")))) (base32 "11xf2w8gh2p9cq4i38jfvdiwgig8wqbg098xjc08kx4iii8lxy3m"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
;; NOTE: (Sharlatan-20210110213908+0000) some tests require DB connection, ;; NOTE: (Sharlatan-20210110213908+0000) some tests require DB connection,