guix-commits
[Top][All Lists]
Advanced

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

39/193: gnu: Remove rust-cryptovec-0.4.


From: guix-commits
Subject: 39/193: gnu: Remove rust-cryptovec-0.4.
Date: Mon, 24 Oct 2022 03:51:37 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit f9fb4f958dd98fa96ea747755d93715f04168ca7
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Oct 18 22:31:43 2022 +0300

    gnu: Remove rust-cryptovec-0.4.
    
    * gnu/packages/crates-io.scm (rust-cryptovec-0.4): Delete variable.
---
 gnu/packages/crates-io.scm | 28 ----------------------------
 1 file changed, 28 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 3897f335a0..a0994f1327 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -15569,34 +15569,6 @@ algorithms.")
 hash functions.")
     (license license:expat)))
 
-(define-public rust-cryptovec-0.4
-  (package
-    (name "rust-cryptovec")
-    (version "0.4.6")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (crate-uri "cryptovec" version))
-       (file-name
-        (string-append name "-" version ".tar.gz"))
-       (sha256
-        (base32
-         "1n88dmhfb2dxs48zllq1g1dya76zx4fajw482qy8jj4hgg1da4p4"))))
-    (build-system cargo-build-system)
-    (arguments
-     `(#:tests? #f  ; CryptoVec::from_slice failed
-       #:cargo-inputs
-       (("rust-kernel32-sys" ,rust-kernel32-sys-0.2)
-        ("rust-libc" ,rust-libc-0.2)
-        ("rust-winapi" ,rust-winapi-0.2))))
-    (home-page "https://crates.io/crates/cryptovec";)
-    (synopsis
-     "Vector which zeroes its memory on clears and reallocations")
-    (description
-     "This package provides a vector which zeroes its memory on clears and
-reallocations.")
-    (license license:asl2.0)))
-
 (define-public rust-cssparser-0.28
   (package
     (name "rust-cssparser")



reply via email to

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