guix-commits
[Top][All Lists]
Advanced

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

55/154: gnu: Remove rust-crypto-mac-0.5.


From: guix-commits
Subject: 55/154: gnu: Remove rust-crypto-mac-0.5.
Date: Mon, 22 Jan 2024 15:36:41 -0500 (EST)

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

commit 9115d4f0e3f03afb1f909f4b1c94198bad1b5f11
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Jan 22 21:21:54 2024 +0200

    gnu: Remove rust-crypto-mac-0.5.
    
    * gnu/packages/crates-crypto.scm (rust-crypto-mac-0.5): Delete variable.
    
    Change-Id: I134e9c1fb5a25e82f3dcad6f925b07b99a172ddb
---
 gnu/packages/crates-crypto.scm | 18 ------------------
 1 file changed, 18 deletions(-)

diff --git a/gnu/packages/crates-crypto.scm b/gnu/packages/crates-crypto.scm
index 6505934e89..c7a3302823 100644
--- a/gnu/packages/crates-crypto.scm
+++ b/gnu/packages/crates-crypto.scm
@@ -1552,24 +1552,6 @@ Code} (MAC) algorithms.")
         ("rust-generic-array" ,rust-generic-array-0.12)
         ("rust-subtle" ,rust-subtle-1))))))
 
-(define-public rust-crypto-mac-0.5
-  (package
-    (inherit rust-crypto-mac-0.10)
-    (name "rust-crypto-mac")
-    (version "0.5.2")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (crate-uri "crypto-mac" version))
-       (file-name (string-append name "-" version ".tar.gz"))
-       (sha256
-        (base32 "0n6r10zlnfv9gbjj0380sxfffxhq1khfjqwsn7fx8iil9pzv9689"))))
-    (arguments
-     `(#:skip-build? #t
-       #:cargo-inputs
-       (("rust-constant-time-eq" ,rust-constant-time-eq-0.1)
-        ("rust-generic-array" ,rust-generic-array-0.9))))))
-
 (define-public rust-crypto-mac-0.4
   (package
     (name "rust-crypto-mac")



reply via email to

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