guix-commits
[Top][All Lists]
Advanced

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

269/410: gnu: Remove rust-polyval-0.3.


From: guix-commits
Subject: 269/410: gnu: Remove rust-polyval-0.3.
Date: Tue, 31 Dec 2024 14:36:49 -0500 (EST)

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

commit 19f8c0412102be353e5250aaa8b8b325975cd1e4
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Dec 31 16:14:16 2024 +0200

    gnu: Remove rust-polyval-0.3.
    
    * gnu/packages/crates-crypto.scm (rust-polyval-0.3): Delete variable.
    
    Change-Id: Ie07ccbe2d83dba722be455fd03e4e15aecbe7caa
---
 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 8545968e49..72834b6b58 100644
--- a/gnu/packages/crates-crypto.scm
+++ b/gnu/packages/crates-crypto.scm
@@ -4060,24 +4060,6 @@ for constructing a Message Authentication Code (MAC).")
        #:cargo-development-inputs
        (("rust-hex-literal" ,rust-hex-literal-0.2))))))
 
-(define-public rust-polyval-0.3
-  (package
-    (inherit rust-polyval-0.4)
-    (name "rust-polyval")
-    (version "0.3.3")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (crate-uri "polyval" version))
-       (file-name (string-append name "-" version ".tar.gz"))
-       (sha256 (base32 
"04m2wf4pk6gglvl12fj7ylc2iqhxmzqj46rds6zy73cpk0a39hvy"))))
-    (arguments
-     `(#:skip-build? #t
-       #:cargo-inputs
-       (("rust-cfg-if" ,rust-cfg-if-0.1)
-        ("rust-universal-hash" ,rust-universal-hash-0.3)
-        ("rust-zeroize" ,rust-zeroize-1))))))
-
 (define-public rust-ppv-lite86-0.2
   (package
     (name "rust-ppv-lite86")



reply via email to

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