guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

87/154: gnu: Remove rust-vcell-0.1.


From: guix-commits
Subject: 87/154: gnu: Remove rust-vcell-0.1.
Date: Mon, 22 Jan 2024 15:36:52 -0500 (EST)

efraim pushed a commit to branch rust-team
in repository guix.

commit faaa1208850fa8955532700ed31dd6f1c83e659d
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Jan 22 21:48:32 2024 +0200

    gnu: Remove rust-vcell-0.1.
    
    * gnu/packages/crates-io.scm (rust-vcell-0.1): Delete variable.
    
    Change-Id: Ifc9a1c06f2c4a3d42f9b1675fc5684950a40d5b1
---
 gnu/packages/crates-io.scm | 19 -------------------
 1 file changed, 19 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index e66fbe79be..2d62d29c5e 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -75872,25 +75872,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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]