mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-05 19:11:43 -05:00
gnu: Add rust-libsqlite3-sys-0.26.
* gnu/packages/crates-io.scm (rust-libsqlite3-sys-0.26): New variable. (rust-libsqlite3-sys-0.23): Inherit from rust-libsqlite3-sys-0.26.
This commit is contained in:
parent
99bc23bc66
commit
a79e79bde4
1 changed files with 30 additions and 10 deletions
|
@ -33652,21 +33652,21 @@ (define-public rust-libradicl-0.4
|
||||||
single-cell and single-nucleus sequencing data.")
|
single-cell and single-nucleus sequencing data.")
|
||||||
(license license:bsd-3)))
|
(license license:bsd-3)))
|
||||||
|
|
||||||
(define-public rust-libsqlite3-sys-0.23
|
(define-public rust-libsqlite3-sys-0.26
|
||||||
(package
|
(package
|
||||||
(name "rust-libsqlite3-sys")
|
(name "rust-libsqlite3-sys")
|
||||||
(version "0.23.2")
|
(version "0.26.0")
|
||||||
(source
|
(source (origin
|
||||||
(origin
|
(method url-fetch)
|
||||||
(method url-fetch)
|
(uri (crate-uri "libsqlite3-sys" version))
|
||||||
(uri (crate-uri "libsqlite3-sys" version))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(sha256
|
||||||
(sha256
|
(base32
|
||||||
(base32 "0n6b4mlpw9l74cl5mahnpaanyjsgpmz5y517kmnk6v09fiygrjnj"))))
|
"09j3v5nhgvjdyskgwajhg9g6v3b2ij0lxiz8qqav2cxic7zjxhmg"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:cargo-inputs
|
||||||
(("rust-bindgen" ,rust-bindgen-0.59)
|
(("rust-bindgen" ,rust-bindgen-0.64)
|
||||||
("rust-cc" ,rust-cc-1)
|
("rust-cc" ,rust-cc-1)
|
||||||
("rust-openssl-sys" ,rust-openssl-sys-0.9)
|
("rust-openssl-sys" ,rust-openssl-sys-0.9)
|
||||||
("rust-pkg-config" ,rust-pkg-config-0.3)
|
("rust-pkg-config" ,rust-pkg-config-0.3)
|
||||||
|
@ -33678,6 +33678,26 @@ (define-public rust-libsqlite3-sys-0.23
|
||||||
(description "Native bindings to the libsqlite3 library")
|
(description "Native bindings to the libsqlite3 library")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public rust-libsqlite3-sys-0.23
|
||||||
|
(package
|
||||||
|
(inherit rust-libsqlite3-sys-0.26)
|
||||||
|
(name "rust-libsqlite3-sys")
|
||||||
|
(version "0.23.2")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "libsqlite3-sys" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "0n6b4mlpw9l74cl5mahnpaanyjsgpmz5y517kmnk6v09fiygrjnj"))))
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-inputs
|
||||||
|
(("rust-bindgen" ,rust-bindgen-0.59)
|
||||||
|
("rust-cc" ,rust-cc-1)
|
||||||
|
("rust-openssl-sys" ,rust-openssl-sys-0.9)
|
||||||
|
("rust-pkg-config" ,rust-pkg-config-0.3)
|
||||||
|
("rust-vcpkg" ,rust-vcpkg-0.2))))))
|
||||||
|
|
||||||
(define-public rust-libsqlite3-sys-0.22
|
(define-public rust-libsqlite3-sys-0.22
|
||||||
(package
|
(package
|
||||||
(inherit rust-libsqlite3-sys-0.23)
|
(inherit rust-libsqlite3-sys-0.23)
|
||||||
|
|
Loading…
Reference in a new issue