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/packages/databases.scm | |
| 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/packages/databases.scm')
| -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.") | |||
| 3079 | (define-public unixodbc | 3079 | (define-public unixodbc |
| 3080 | (package | 3080 | (package |
| 3081 | (name "unixodbc") | 3081 | (name "unixodbc") |
| 3082 | (version "2.3.9") | 3082 | (version "2.3.14") |
| 3083 | (source (origin | 3083 | (source (origin |
| 3084 | (method url-fetch) | 3084 | (method url-fetch) |
| 3085 | (uri | 3085 | (uri |
| @@ -3087,7 +3087,7 @@ temporary directory, and destroys it when the perl script exits.") | |||
| 3087 | "ftp://ftp.unixodbc.org/pub/unixODBC/unixODBC-" | 3087 | "ftp://ftp.unixodbc.org/pub/unixODBC/unixODBC-" |
| 3088 | version ".tar.gz")) | 3088 | version ".tar.gz")) |
| 3089 | (sha256 | 3089 | (sha256 |
| 3090 | (base32 "01xj65d02i3yjy7p9z08y9jakcs5szmz4rask868n7387nn3x0sj")))) | 3090 | (base32 "0wa7a82h5dsba23155gfhh1sp4dsbaxq6pppp6q31z017vg18a2f")))) |
| 3091 | (build-system gnu-build-system) | 3091 | (build-system gnu-build-system) |
| 3092 | (synopsis "Data source abstraction library") | 3092 | (synopsis "Data source abstraction library") |
| 3093 | (description "Unixodbc is a library providing an API with which to access | 3093 | (description "Unixodbc is a library providing an API with which to access |
