guix-commits
[Top][All Lists]
Advanced

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

23/187: gnu: Remove rust-blake2-rfc-0.2.


From: guix-commits
Subject: 23/187: gnu: Remove rust-blake2-rfc-0.2.
Date: Mon, 24 Oct 2022 10:57:46 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 9e5f71ac1b60aaa31ba6239f2e47c75a1399f818
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Oct 24 12:18:19 2022 +0300

    gnu: Remove rust-blake2-rfc-0.2.
    
    * gnu/packages/crates-io.scm (rust-blake2-rfc-0.2): Delete variable.
---
 gnu/packages/crates-io.scm | 29 -----------------------------
 1 file changed, 29 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index ffeb0afdf8..e452737ec9 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -7261,35 +7261,6 @@ streams in big-endian and little-endian formats.")
     (description "This package provides BLAKE2 hash functions in Rust.")
     (license (list license:expat license:asl2.0))))
 
-(define-public rust-blake2-rfc-0.2
-  (package
-    (name "rust-blake2-rfc")
-    (version "0.2.18")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (crate-uri "blake2-rfc" version))
-       (file-name
-        (string-append name "-" version ".tar.gz"))
-       (sha256
-        (base32
-         "0034g47hyq2bzmk40895ill1mbnpmmjakdq3dmm9clidvl5m6vax"))))
-    (build-system cargo-build-system)
-    (arguments
-     `(#:skip-build? #t
-       #:cargo-inputs
-       (("rust-arrayvec" ,rust-arrayvec-0.4)
-        ("rust-clippy" ,rust-clippy-0.0)
-        ("rust-constant-time-eq" ,rust-constant-time-eq-0.1))
-       #:cargo-development-inputs
-       (("rust-data-encoding" ,rust-data-encoding-2))))
-    (home-page "https://github.com/cesarb/blake2-rfc";)
-    (synopsis "Rust implementation of BLAKE2 based on RFC 7693")
-    (description
-     "This package provides a pure Rust implementation of BLAKE2 based on RFC
-7693.")
-    (license (list license:asl2.0 license:expat))))
-
 (define-public rust-blake2b-simd-0.5
   (package
     (name "rust-blake2b-simd")



reply via email to

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