mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-05 18:29:28 +01:00
gnu: Remove rust-vcell-0.1.
* gnu/packages/crates-io.scm (rust-vcell-0.1): Delete variable. Change-Id: Ifc9a1c06f2c4a3d42f9b1675fc5684950a40d5b1
This commit is contained in:
parent
6d3433a28f
commit
b05068626f
1 changed files with 0 additions and 19 deletions
|
@ -75903,25 +75903,6 @@ for @code{Valuable} types.")
|
|||
(description "Implementation detail for value-bag.")
|
||||
(license (list license:asl2.0 license:expat))))
|
||||
|
||||
(define-public rust-vcell-0.1
|
||||
(package
|
||||
(name "rust-vcell")
|
||||
(version "0.1.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "vcell" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "00n0ss2z3rh0ihig6d4w7xp72g58f7g1m6s5v4h3nc6jacdrqhvp"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments `(#:skip-build? #t))
|
||||
(home-page "https://github.com/japaric/vcell")
|
||||
(synopsis "Cell with volatile read / write operations")
|
||||
(description "This package provides a Cell structure with volatile read /
|
||||
write operations.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-vcpkg-0.2
|
||||
(package
|
||||
(name "rust-vcpkg")
|
||||
|
|
Loading…
Add table
Reference in a new issue