unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#53087] [PATCH 13/41] gnu: rust-rbw: adding rust-sha1-asm-0.5
@ 2022-01-07 14:05 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:05 UTC (permalink / raw)
  To: 53087

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: 0014-rust-rbw-dependencies-adding-rust-sha1-asm-0.5.patch --]
[-- Type: text/x-patch, Size: 1870 bytes --]

From 4a87442009745fe3e7dc2f2bba744f99c43ca38f Mon Sep 17 00:00:00 2001
From: Nicolas Graves <ngraves@ngraves.fr>
Date: Fri, 7 Jan 2022 02:43:50 +0100
Subject: [PATCH 14/42] rust-rbw dependencies : adding rust-sha1-asm-0.5

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

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 01d74e5cdb..8b972fcc1a 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -49735,10 +49735,10 @@ (define-public rust-sha1-0.2
                ((", path =.*}") "}"))
              #t)))))))
 
-(define-public rust-sha1-asm-0.4
+(define-public rust-sha1-asm-0.5
   (package
     (name "rust-sha1-asm")
-    (version "0.4.3")
+    (version "0.5.1")
     (source
      (origin
        (method url-fetch)
@@ -49747,7 +49747,7 @@ (define-public rust-sha1-asm-0.4
         (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "1i1i8viy6y30mv9v5hwhg9w6b722qkyh9c6n8bn4d27jpv14pg0s"))))
+         "1b7ab7f4n87pqdmbl1a5jrc2axf27pvbndsz9qiwwgxw01qlygan"))))
     (build-system cargo-build-system)
     (arguments
      `(#:cargo-inputs
@@ -49758,6 +49758,21 @@ (define-public rust-sha1-asm-0.4
      "Assembly implementation of SHA-1 compression function.")
     (license license:expat)))
 
+(define-public rust-sha1-asm-0.4
+  (package
+    (inherit rust-sha1-asm-0.5)
+    (name "rust-sha1-asm")
+    (version "0.4.3")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "sha1-asm" version))
+       (file-name
+        (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32
+         "1i1i8viy6y30mv9v5hwhg9w6b722qkyh9c6n8bn4d27jpv14pg0s"))))))
+
 (define-public rust-sha1collisiondetection-0.2
   (package
     (name "rust-sha1collisiondetection")
-- 
2.34.0





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

* [bug#53087] [PATCH 13/41] gnu: rust-rbw: adding rust-sha1-asm-0.5
  2022-01-07 14:05 [bug#53087] [PATCH 13/41] gnu: rust-rbw: adding rust-sha1-asm-0.5 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: 53087; +Cc: Nicolas Graves, 53087-done

Hello,

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

> From 4a87442009745fe3e7dc2f2bba744f99c43ca38f Mon Sep 17 00:00:00 2001
> From: Nicolas Graves <ngraves@ngraves.fr>
> Date: Fri, 7 Jan 2022 02:43:50 +0100
> Subject: [PATCH 14/42] rust-rbw dependencies : adding
> rust-sha1-asm-0.5

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou




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

end of thread, other threads:[~2022-01-19 14:04 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:05 [bug#53087] [PATCH 13/41] gnu: rust-rbw: adding rust-sha1-asm-0.5 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).