mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-14 11:00:36 +02:00
gnu: Add rust-sqlite3-sys-0.17.
* gnu/packages/crates-database.scm (rust-sqlite3-sys-0.17): New variable. (rust-sqlite3-sys-0.15): Inherit from rust-sqlite3-sys-0.17. Change-Id: Id7fade219e85d398637b57dfb82b6b7e01af0768
This commit is contained in:
parent
edf4a28974
commit
172d0cd818
1 changed files with 22 additions and 7 deletions
|
@ -1053,8 +1053,29 @@ libpq.")
|
||||||
(("rust-cc" ,rust-cc-1)
|
(("rust-cc" ,rust-cc-1)
|
||||||
("rust-pkg-config" ,rust-pkg-config-0.3))))))
|
("rust-pkg-config" ,rust-pkg-config-0.3))))))
|
||||||
|
|
||||||
|
(define-public rust-sqlite3-sys-0.17
|
||||||
|
(package
|
||||||
|
(name "rust-sqlite3-sys")
|
||||||
|
(version "0.17.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "sqlite3-sys" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "1rdds3kzxbxwy3lpsvgy7g8nh609nzqpxv4jvj23ag0c16kss09r"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-inputs (("rust-sqlite3-src" ,rust-sqlite3-src-0.6))))
|
||||||
|
(inputs (list sqlite))
|
||||||
|
(home-page "https://github.com/stainless-steel/sqlite3-sys")
|
||||||
|
(synopsis "Bindings to SQLite")
|
||||||
|
(description "The package provides bindings to SQLite.")
|
||||||
|
(license (list license:asl2.0 license:expat))))
|
||||||
|
|
||||||
(define-public rust-sqlite3-sys-0.15
|
(define-public rust-sqlite3-sys-0.15
|
||||||
(package
|
(package
|
||||||
|
(inherit rust-sqlite3-sys-0.17)
|
||||||
(name "rust-sqlite3-sys")
|
(name "rust-sqlite3-sys")
|
||||||
(version "0.15.2")
|
(version "0.15.2")
|
||||||
(source
|
(source
|
||||||
|
@ -1064,16 +1085,10 @@ libpq.")
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0fq6m21dnd5yqrzknsmnl2565nahdwa29s7x12xhxr1kjik2qxgj"))))
|
(base32 "0fq6m21dnd5yqrzknsmnl2565nahdwa29s7x12xhxr1kjik2qxgj"))))
|
||||||
(build-system cargo-build-system)
|
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs (("rust-libc" ,rust-libc-0.2)
|
`(#:cargo-inputs (("rust-libc" ,rust-libc-0.2)
|
||||||
("rust-sqlite3-src" ,rust-sqlite3-src-0.5))
|
("rust-sqlite3-src" ,rust-sqlite3-src-0.5))
|
||||||
#:cargo-development-inputs (("rust-temporary" ,rust-temporary-0.6))))
|
#:cargo-development-inputs (("rust-temporary" ,rust-temporary-0.6))))))
|
||||||
(inputs (list sqlite))
|
|
||||||
(home-page "https://github.com/stainless-steel/sqlite3-sys")
|
|
||||||
(synopsis "Bindings to SQLite")
|
|
||||||
(description "The package provides bindings to SQLite.")
|
|
||||||
(license (list license:asl2.0 license:expat))))
|
|
||||||
|
|
||||||
(define-public rust-sqlite3-sys-0.14
|
(define-public rust-sqlite3-sys-0.14
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue