guix-commits
[Top][All Lists]
Advanced

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

06/42: gnu: rust-subtle-2: Update to 2.4.1.


From: guix-commits
Subject: 06/42: gnu: rust-subtle-2: Update to 2.4.1.
Date: Wed, 19 Jan 2022 08:06:53 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 2b497fecbd8ff1a13b921744e8edce9f633051d6
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Jan 19 11:20:38 2022 +0100

    gnu: rust-subtle-2: Update to 2.4.1.
    
    * gnu/packages/crates-io.scm (rust-subtle-2): Update to 2.4.1.
    [arguments]<#cargo-development-inputs>: Add rust-rand-0.7.
---
 gnu/packages/crates-io.scm | 20 +++++++++++---------
 1 file changed, 11 insertions(+), 9 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 064601d50d..13a4405e6f 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -53658,17 +53658,19 @@ easier in Rust.")
 (define-public rust-subtle-2
   (package
     (name "rust-subtle")
-    (version "2.2.3")
+    (version "2.4.1")
     (source
-      (origin
-        (method url-fetch)
-        (uri (crate-uri "subtle" version))
-        (file-name
-         (string-append name "-" version ".tar.gz"))
-        (sha256
-         (base32
-          "1h9jd7v0imksyl5mvnjk2rw54sa3xrril76z0md61mq2gh056bah"))))
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "subtle" version))
+       (file-name
+        (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32
+         "00b6jzh9gzb0h9n25g06nqr90z3xzqppfhhb260s1hjhh4pg7pkb"))))
     (build-system cargo-build-system)
+    (arguments
+     `(#:cargo-development-inputs (("rust-rand" ,rust-rand-0.7))))
     (home-page "https://dalek.rs/";)
     (synopsis
      "Pure-Rust traits and utilities for cryptographic implementations")



reply via email to

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