mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-09 20:59:31 -05:00
gnu: Add rust-sptr-0.3.
* gnu/packages/crates-io.scm (rust-sptr-0.3): New variable.
This commit is contained in:
parent
bea4d27948
commit
b1f5aeb7c9
1 changed files with 16 additions and 0 deletions
|
@ -56020,6 +56020,22 @@ (define-public rust-spsc-buffer-0.1
|
||||||
"This package provides a single-producer single-consumer lock-free buffer.")
|
"This package provides a single-producer single-consumer lock-free buffer.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public rust-sptr-0.3
|
||||||
|
(package
|
||||||
|
(name "rust-sptr")
|
||||||
|
(version "0.3.2")
|
||||||
|
(source (origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "sptr" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "0shddkys046nnrng929mrnjjrh31mlxl95ky7dgxd6i4kclkk6rv"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(home-page "https://github.com/Gankra/sptr")
|
||||||
|
(synopsis "The Strict Provenance Polyfill")
|
||||||
|
(description "This package provides sptr, The Strict Provenance Polyfill.")
|
||||||
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
(define-public rust-sqlite-0.26
|
(define-public rust-sqlite-0.26
|
||||||
(package
|
(package
|
||||||
(name "rust-sqlite")
|
(name "rust-sqlite")
|
||||||
|
|
Loading…
Reference in a new issue