[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#40874] [PATCH 64/94] gnu: Add rust-rusqlite-0.19.
From: |
Hartmut Goebel |
Subject: |
[bug#40874] [PATCH 64/94] gnu: Add rust-rusqlite-0.19. |
Date: |
Sun, 26 Apr 2020 18:45:43 +0200 |
* gnu/packages/crates-io.scm (rust-rusqlite-0.19): New variable.
---
gnu/packages/crates-io.scm | 43 ++++++++++++++++++++++++++++++++++++++
1 file changed, 43 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 1755411907..2408d2a674 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -41,6 +41,7 @@
#:use-module (gnu packages pkg-config)
#:use-module (gnu packages python)
#:use-module (gnu packages serialization)
+ #:use-module (gnu packages sqlite)
#:use-module (gnu packages ssh)
#:use-module (gnu packages tls)
#:use-module (gnu packages version-control)
@@ -16640,6 +16641,48 @@ rust.")
console applications.")
(license license:asl2.0)))
+(define-public rust-rusqlite-0.19
+ (package
+ (name "rust-rusqlite")
+ (version "0.19.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "rusqlite" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "19xq7s0kzhlljm3hqx0vidr91ia8hl49r4m5gwdj9dyywgks5g3f"))))
+ (build-system cargo-build-system)
+ (inputs
+ `(("sqlite" ,sqlite)))
+ (arguments
+ `(#:cargo-inputs
+ (("rust-bitflags" ,rust-bitflags-1)
+ ("rust-byteorder" ,rust-byteorder-1.3)
+ ("rust-chrono" ,rust-chrono-0.4)
+ ("rust-csv" ,rust-csv-1.1)
+ ("rust-fallible-iterator" ,rust-fallible-iterator-0.2)
+ ("rust-fallible-streaming-iterator"
+ ,rust-fallible-streaming-iterator-0.1)
+ ("rust-lazy-static" ,rust-lazy-static-1)
+ ("rust-libsqlite3-sys" ,rust-libsqlite3-sys-0.15)
+ ("rust-lru-cache" ,rust-lru-cache-0.1)
+ ("rust-memchr" ,rust-memchr-2.2)
+ ("rust-serde-json" ,rust-serde-json-1.0)
+ ("rust-time" ,rust-time-0.1)
+ ("rust-url" ,rust-url-1.7)
+ ("rust-uuid" ,rust-uuid-0.7))
+ #:cargo-development-inputs
+ (("rust-lazy-static" ,rust-lazy-static-1)
+ ("rust-regex" ,rust-regex-1.1)
+ ("rust-tempdir" ,rust-tempdir-0.3)
+ ("rust-unicase" ,rust-unicase-2.4)
+ ("rust-uuid" ,rust-uuid-0.7))))
+ (home-page "https://github.com/rusqlite/rusqlite")
+ (synopsis "Wrapper for SQLite")
+ (description "This prackage provides a wrapper for SQLite.")
+ (license license:expat)))
+
(define-public rust-rust-argon2-0.5
(package
(name "rust-rust-argon2")
--
2.21.3
- [bug#40874] [PATCH 52/94] gnu: Add rust-memsec-0.5., (continued)
- [bug#40874] [PATCH 52/94] gnu: Add rust-memsec-0.5., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 54/94] gnu: Add rust-pin-project-lite-0.1., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 57/94] gnu: Add rust-pretty-env-logger-0.3., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 59/94] gnu: Add rust-rayon-0.8., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 58/94] gnu: Add rust-pulldown-cmark-0.0.8., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 55/94] gnu: Add rust-prettytable-rs-0.8., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 56/94] gnu: Add rust-pretty-assertions-0.2., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 53/94] gnu: Add rust-parity-tokio-ipc-0.4., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 61/94] gnu: Add rust-ring-0.13., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 60/94] gnu: Add rust-ring-0.16., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 64/94] gnu: Add rust-rusqlite-0.19.,
Hartmut Goebel <=
- [bug#40874] [PATCH 63/94] gnu: Add rust-rspec-1., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 66/94] gnu: Add rust-rustls-0.12., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 67/94] gnu: Add rust-sct-0.6., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 69/94] gnu: Add rust-sha2-asm-0.5., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 62/94] gnu: Add rust-rpassword-4., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 65/94] gnu: Add rust-rustls-0.16., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 68/94] gnu: Add rust-sct-0.3., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 70/94] gnu: Add rust-sha2-0.8., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 71/94] gnu: Add rust-skeptic-0.9., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 72/94] gnu: Add rust-spmc-0.3., Hartmut Goebel, 2020/04/26