gnu: Add rust-rusqlite-macros-0.2.
* gnu/packages/crates-io.scm (rust-rusqlite-macros-0.2): New variable. (rust-rusqlite-macros-0.1): Inherit from rust-rusqlite-macros-0.2. Change-Id: I112996520beff805dccf22de74d8de2fb7c338ad
This commit is contained in:
parent
e5314263f3
commit
1382c099d5
1 changed files with 24 additions and 7 deletions
|
@ -57485,8 +57485,31 @@ please consider using @code{async-std} or @code{tokio}.")
|
||||||
("rust-url" ,rust-url-2)
|
("rust-url" ,rust-url-2)
|
||||||
("rust-uuid" ,rust-uuid-0.8))))))
|
("rust-uuid" ,rust-uuid-0.8))))))
|
||||||
|
|
||||||
|
(define-public rust-rusqlite-macros-0.2
|
||||||
|
(package
|
||||||
|
(name "rust-rusqlite-macros")
|
||||||
|
(version "0.2.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "rusqlite-macros" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "07y5887q4via4k7hdfxh61nmcwwz8r0bqlgxrk1p177lrkgz8cdp"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-inputs (("rust-fallible-iterator" ,rust-fallible-iterator-0.3)
|
||||||
|
("rust-litrs" ,rust-litrs-0.4)
|
||||||
|
("rust-sqlite3-parser" ,rust-sqlite3-parser-0.12))))
|
||||||
|
(home-page "https://github.com/rusqlite/rusqlite")
|
||||||
|
(synopsis "Private implementation detail of rusqlite crate")
|
||||||
|
(description "This package provides a private implementation detail of the
|
||||||
|
@code{rusqlite} crate.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public rust-rusqlite-macros-0.1
|
(define-public rust-rusqlite-macros-0.1
|
||||||
(package
|
(package
|
||||||
|
(inherit rust-rusqlite-macros-0.2)
|
||||||
(name "rust-rusqlite-macros")
|
(name "rust-rusqlite-macros")
|
||||||
(version "0.1.0")
|
(version "0.1.0")
|
||||||
(source
|
(source
|
||||||
|
@ -57496,15 +57519,9 @@ please consider using @code{async-std} or @code{tokio}.")
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0bbgnp7pgk358js63666ix6a9p4fr4lgigaaf4av3aj45qksi4ix"))))
|
(base32 "0bbgnp7pgk358js63666ix6a9p4fr4lgigaaf4av3aj45qksi4ix"))))
|
||||||
(build-system cargo-build-system)
|
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs (("rust-fallible-iterator" ,rust-fallible-iterator-0.3)
|
`(#:cargo-inputs (("rust-fallible-iterator" ,rust-fallible-iterator-0.3)
|
||||||
("rust-sqlite3-parser" ,rust-sqlite3-parser-0.12))))
|
("rust-sqlite3-parser" ,rust-sqlite3-parser-0.12))))))
|
||||||
(home-page "https://github.com/rusqlite/rusqlite")
|
|
||||||
(synopsis "Private implementation detail of rusqlite crate")
|
|
||||||
(description "This package provides a private implementation detail of the
|
|
||||||
@code{rusqlite} crate.")
|
|
||||||
(license license:expat)))
|
|
||||||
|
|
||||||
|
|
||||||
(define-public rust-rust-htslib-0.38
|
(define-public rust-rust-htslib-0.38
|
||||||
|
|
Reference in a new issue