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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: 0013-rust-rbw-dependencies-adding-rust-sha2-0.10.patch --]
[-- Type: text/x-patch, Size: 1379 bytes --]

From 8418829087ce32b784943ff3311b98d42fea69fa Mon Sep 17 00:00:00 2001
From: Nicolas Graves <ngraves@ngraves.fr>
Date: Fri, 7 Jan 2022 02:39:27 +0100
Subject: [PATCH 13/42] rust-rbw dependencies : adding rust-sha2-0.10

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

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 86a361cfc6..01d74e5cdb 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -49820,6 +49820,27 @@ (define-public rust-sha2-0.9
 function family including SHA-224, SHA-256, SHA-384, and SHA-512.")
     (license (list license:expat license:asl2.0))))
 
+(define-public rust-sha2-0.10
+  (package
+    (inherit rust-sha2-0.9)
+    (name "rust-sha2")
+    (version "0.10.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "sha2" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "1dnw5dfp4bbsxjz2nkx5d54vgsig0x66jd9b5z7mpcbbsd6rc3ch"))))
+    (arguments
+     `(#:skip-build?
+       #t
+       #:cargo-inputs
+       (("rust-cfg-if" ,rust-cfg-if-1)
+        ("rust-cpufeatures" ,rust-cpufeatures-0.2)
+        ("rust-digest" ,rust-digest-0.10)
+        ("rust-sha2-asm" ,rust-sha2-asm-0.6))))))
+
 (define-public rust-sha2-0.8
   (package
     (inherit rust-sha2-0.9)
-- 
2.34.0





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

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

Hello,

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

> From 8418829087ce32b784943ff3311b98d42fea69fa Mon Sep 17 00:00:00 2001
> From: Nicolas Graves <ngraves@ngraves.fr>
> Date: Fri, 7 Jan 2022 02:39:27 +0100
> Subject: [PATCH 13/42] rust-rbw dependencies : adding rust-sha2-0.10

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou




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

end of thread, other threads:[~2022-01-19 14:06 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:04 [bug#53086] [PATCH 12/41] gnu: rust-rbw: adding rust-sha2-0.10 Nicolas Graves via Guix-patches via
2022-01-19 13:40 ` 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).