guix-commits
[Top][All Lists]
Advanced

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

16/187: gnu: Remove rust-cmac-0.5.


From: guix-commits
Subject: 16/187: gnu: Remove rust-cmac-0.5.
Date: Mon, 24 Oct 2022 10:57:45 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

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

    gnu: Remove rust-cmac-0.5.
    
    * gnu/packages/crates-io.scm (rust-cmac-0.5): Delete variable.
---
 gnu/packages/crates-io.scm | 25 -------------------------
 1 file changed, 25 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 984436eba0..3c5c6640ab 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -11179,31 +11179,6 @@ contains all syscalls and related types.")
        #:cargo-inputs
        (("rust-cc" ,rust-cc-1))))))
 
-(define-public rust-cmac-0.5
-  (package
-    (name "rust-cmac")
-    (version "0.5.1")
-    (source
-      (origin
-        (method url-fetch)
-        (uri (crate-uri "cmac" version))
-        (file-name
-          (string-append name "-" version ".tar.gz"))
-        (sha256
-          (base32 "0wj2kd4lb5hb7dvxfad4hi8gklmbq8vvvcnzmmqgxr94fx7xxm3k"))))
-    (build-system cargo-build-system)
-    (arguments
-      `(#:skip-build? #t
-        #:cargo-inputs
-        (("rust-crypto-mac" ,rust-crypto-mac-0.10)
-         ("rust-dbl" ,rust-dbl-0.3))))
-    (home-page "https://docs.rs/cmac/";)
-    (synopsis "Generic implementation of Cipher-based Message Authentication
-Code")
-    (description "This package provides a pure Rust implementation of the
-Cipher-based Message Authentication Code (CMAC).")
-    (license (list license:expat license:asl2.0))))  ; at your choice
-
 (define-public rust-cmake-0.1
   (package
     (name "rust-cmake")



reply via email to

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