guix-commits
[Top][All Lists]
Advanced

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

65/113: gnu: rust-kuznyechik-0.8: Move to (gnu packages crates-crypto).


From: guix-commits
Subject: 65/113: gnu: rust-kuznyechik-0.8: Move to (gnu packages crates-crypto).
Date: Mon, 22 Jan 2024 04:30:35 -0500 (EST)

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

commit f80c0ff9411c09f2875a5e7b9e4a0e70a8dbc429
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Jan 21 19:53:50 2024 +0200

    gnu: rust-kuznyechik-0.8: Move to (gnu packages crates-crypto).
    
    * gnu/packages/crates-io.scm (rust-kuznyechik-0.8): Move from here ...
    * gnu/packages/crates-crypto.scm: ... to here.
    
    Change-Id: I479fefcb2f0b85acd697de4d467d918b9237d25f
---
 gnu/packages/crates-crypto.scm | 22 ++++++++++++++++++++++
 gnu/packages/crates-io.scm     | 22 ----------------------
 2 files changed, 22 insertions(+), 22 deletions(-)

diff --git a/gnu/packages/crates-crypto.scm b/gnu/packages/crates-crypto.scm
index 9aed8fe97a..e872a78a1c 100644
--- a/gnu/packages/crates-crypto.scm
+++ b/gnu/packages/crates-crypto.scm
@@ -2561,6 +2561,28 @@ Hash-based Message Authentication Code}.")
 Hash-based Message Authentication Code algorithm} for SHA1.")
     (license license:bsd-3)))
 
+(define-public rust-kuznyechik-0.8
+  (package
+    (name "rust-kuznyechik")
+    (version "0.8.1")
+    (source (origin
+              (method url-fetch)
+              (uri (crate-uri "kuznyechik" version))
+              (file-name (string-append name "-" version ".tar.gz"))
+              (sha256
+               (base32 
"0av39qh65xchvpfjkcwh861h9bzmmrgcrzl5h0sa5b692xabd0w4"))))
+    (build-system cargo-build-system)
+    (arguments
+     `(#:cargo-inputs
+       (("rust-cipher" ,rust-cipher-0.4))
+       #:cargo-development-inputs
+       (("rust-cipher" ,rust-cipher-0.4)
+        ("rust-hex-literal" ,rust-hex-literal-0.3))))
+    (home-page "https://github.com/RustCrypto/block-ciphers";)
+    (synopsis "Kuznyechik (GOST R 34.12-2015) block cipher")
+    (description "Kuznyechik (GOST R 34.12-2015) block cipher")
+    (license (list license:expat license:asl2.0))))
+
 (define-public rust-md-5-0.10
   (package
     (name "rust-md-5")
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 68f2ed8ed9..497eb3a7fb 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -29410,28 +29410,6 @@ characters in HTML, decoding and unescaping HTML 
entities as well.")
 and traversing, manipulating, and querying the document tree.")
     (license license:expat)))
 
-(define-public rust-kuznyechik-0.8
-  (package
-    (name "rust-kuznyechik")
-    (version "0.8.1")
-    (source (origin
-              (method url-fetch)
-              (uri (crate-uri "kuznyechik" version))
-              (file-name (string-append name "-" version ".tar.gz"))
-              (sha256
-               (base32 
"0av39qh65xchvpfjkcwh861h9bzmmrgcrzl5h0sa5b692xabd0w4"))))
-    (build-system cargo-build-system)
-    (arguments
-     `(#:cargo-inputs
-       (("rust-cipher" ,rust-cipher-0.4))
-       #:cargo-development-inputs
-       (("rust-cipher" ,rust-cipher-0.4)
-        ("rust-hex-literal" ,rust-hex-literal-0.3))))
-    (home-page "https://github.com/RustCrypto/block-ciphers";)
-    (synopsis "Kuznyechik (GOST R 34.12-2015) block cipher")
-    (description "Kuznyechik (GOST R 34.12-2015) block cipher")
-    (license (list license:expat license:asl2.0))))
-
 (define-public rust-http-1
   (package
     (name "rust-http")



reply via email to

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