unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#53089] [PATCH 15/41] gnu: rust-rbw: adding rust-crypto-common-0.1
@ 2022-01-07 14:07 Nicolas Graves via Guix-patches via
  2022-01-19 13:41 ` Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Nicolas Graves via Guix-patches via @ 2022-01-07 14:07 UTC (permalink / raw)
  To: 53089

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: 0016-rust-rbw-dependencies-adding-rust-crypto-common-0.1.patch --]
[-- Type: text/x-patch, Size: 1586 bytes --]

From 579102ae1b8df1c53b4eff5e88ee251211305f6d Mon Sep 17 00:00:00 2001
From: Nicolas Graves <ngraves@ngraves.fr>
Date: Fri, 7 Jan 2022 11:56:55 +0100
Subject: [PATCH 16/42] rust-rbw dependencies : adding rust-crypto-common-0.1

---
 gnu/packages/crates-io.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 7073fa846a..9b8876e432 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -12871,6 +12871,29 @@ (define-public rust-crypto-bigint-0.2
 no_std-friendly implementations of modern formulas using const generics.")
     (license (list license:asl2.0 license:expat))))
 
+(define-public rust-crypto-common-0.1
+  (package
+    (name "rust-crypto-common")
+    (version "0.1.1")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (crate-uri "crypto-common" version))
+        (file-name (string-append name "-" version ".tar.gz"))
+        (sha256
+          (base32 "1l4q4ync13i056vjc775v0za8qh987da7yvrjj25q909cd9nngb8"))))
+    (build-system cargo-build-system)
+    (arguments
+      `(#:skip-build?
+        #t
+        #:cargo-inputs
+        (("rust-generic-array" ,rust-generic-array-0.14)
+         ("rust-rand-core" ,rust-rand-core-0.6))))
+    (home-page "https://github.com/RustCrypto/traits")
+    (synopsis "Common cryptographic traits")
+    (description "Common cryptographic traits")
+    (license (list license:expat license:asl2.0))))
+
 (define-public rust-crypto-mac-0.11
   (package
     (name "rust-crypto-mac")
-- 
2.34.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [bug#53089] [PATCH 15/41] gnu: rust-rbw: adding rust-crypto-common-0.1
  2022-01-07 14:07 [bug#53089] [PATCH 15/41] gnu: rust-rbw: adding rust-crypto-common-0.1 Nicolas Graves via Guix-patches via
@ 2022-01-19 13:41 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2022-01-19 13:41 UTC (permalink / raw)
  To: 53089; +Cc: 53089-done, Nicolas Graves

Hello,

Nicolas Graves via Guix-patches via <guix-patches@gnu.org> writes:

> From 579102ae1b8df1c53b4eff5e88ee251211305f6d Mon Sep 17 00:00:00 2001
> From: Nicolas Graves <ngraves@ngraves.fr>
> Date: Fri, 7 Jan 2022 11:56:55 +0100
> Subject: [PATCH 16/42] rust-rbw dependencies : adding
> rust-crypto-common-0.1

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-01-19 14:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-07 14:07 [bug#53089] [PATCH 15/41] gnu: rust-rbw: adding rust-crypto-common-0.1 Nicolas Graves via Guix-patches via
2022-01-19 13:41 ` Nicolas Goaziou

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).