me
/
guix
Archived
1
0
Fork 0

gnu: Add rust-odbc-sys-0.21.

* gnu/packages/crates-io.scm (rust-odbc-sys-0.21): New variable.

Change-Id: I76a2cafce5e77d192c322ccbd0ad71e0f159ada4
master
Efraim Flashner 2024-03-16 21:34:18 +02:00
parent 991b0527b2
commit 97e097d71c
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 18 additions and 0 deletions

View File

@ -44537,6 +44537,24 @@ file formats.")
"Unsafe bindings for oboe an android library for low latency audio IO.")
(license license:asl2.0)))
(define-public rust-odbc-sys-0.21
(package
(name "rust-odbc-sys")
(version "0.21.4")
(source
(origin
(method url-fetch)
(uri (crate-uri "odbc-sys" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "024gylzq3q7s6b10qhbb8cjis6aj8a83jay553jdsiwgwm65qb2r"))))
(build-system cargo-build-system)
(inputs (list unixodbc))
(home-page "https://github.com/pacman82/odbc-sys")
(synopsis "ODBC FFI bindings")
(description "This package provides ODBC FFI bindings.")
(license license:expat)))
(define-public rust-odds-0.3
(package
(name "rust-odds")