gnu: Add rust-sptr-0.3.

* gnu/packages/crates-io.scm (rust-sptr-0.3): New variable.
This commit is contained in:
Efraim Flashner 2023-02-22 12:17:22 +02:00 committed by Maxim Cournoyer
parent bea4d27948
commit b1f5aeb7c9
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -56020,6 +56020,22 @@ (define-public rust-spsc-buffer-0.1
"This package provides a single-producer single-consumer lock-free buffer.")
(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
(package
(name "rust-sqlite")