diff options
| author | Nguyễn Gia Phong <cnx@loang.net> | 2026-03-26 00:52:00 +0900 |
|---|---|---|
| committer | Nguyễn Gia Phong <cnx@loang.net> | 2026-04-07 23:23:33 +0900 |
| commit | 2cdb187a3b370562b088380f6403428da123a520 (patch) | |
| tree | fcaad15f93536da6d02734452b35d7ce34e3f0fc /gnu | |
| parent | 5589226ba383fcb6cfb594bbe48084065bf0b7c9 (diff) | |
gnu: unixodbc: Update to 2.3.14.
* gnu/packages/databases.scm (unixodbc): Update to 2.3.14.
Change-Id: I79a3d21aace805886a61c443fc25f10a845808bd
Signed-off-by: Andreas Enge <andreas@enge.fr>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/databases.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm index 504e554ea28..01909981ceb 100644 --- a/gnu/packages/databases.scm +++ b/gnu/packages/databases.scm @@ -3079,7 +3079,7 @@ temporary directory, and destroys it when the perl script exits.") (define-public unixodbc (package (name "unixodbc") - (version "2.3.9") + (version "2.3.14") (source (origin (method url-fetch) (uri @@ -3087,7 +3087,7 @@ temporary directory, and destroys it when the perl script exits.") "ftp://ftp.unixodbc.org/pub/unixODBC/unixODBC-" version ".tar.gz")) (sha256 - (base32 "01xj65d02i3yjy7p9z08y9jakcs5szmz4rask868n7387nn3x0sj")))) + (base32 "0wa7a82h5dsba23155gfhh1sp4dsbaxq6pppp6q31z017vg18a2f")))) (build-system gnu-build-system) (synopsis "Data source abstraction library") (description "Unixodbc is a library providing an API with which to access |
