1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-17 04:20:44 +02:00

gnu: Remove rust-spsc-buffer-0.1.

* gnu/packages/crates-io.scm (rust-spsc-buffer-0.1): Delete variable.

Change-Id: Ib12bf981c7f8747949c940565ea12191f838eb08
This commit is contained in:
Efraim Flashner 2024-12-31 19:38:15 +02:00
parent d804df1111
commit a9e5422de1
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -74061,29 +74061,6 @@ and spirv-std-macros.")
("rust-bincode" ,rust-bincode-1)
("rust-tobj" ,rust-tobj-2))))))
(define-public rust-spsc-buffer-0.1
(package
(name "rust-spsc-buffer")
(version "0.1.1")
(source
(origin
(method url-fetch)
(uri (crate-uri "spsc-buffer" version))
(file-name
(string-append name "-" version ".tar.gz"))
(sha256
(base32
"0fsv5zpxkax2n46flxhyajq1yblgh8f33la39gp86hksqcwkyv5y"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-development-inputs
(("rust-criterion" ,rust-criterion-0.2))))
(home-page "https://github.com/davidhewitt/spsc-buffer")
(synopsis "Single-producer single-consumer lock-free buffer")
(description
"This package provides a single-producer single-consumer lock-free buffer.")
(license license:expat)))
(define-public rust-sptr-0.3
(package
(name "rust-sptr")