[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
83/330: gnu: rust-md-5-0.10: Update to 0.10.6.
From: |
guix-commits |
Subject: |
83/330: gnu: rust-md-5-0.10: Update to 0.10.6. |
Date: |
Mon, 18 Mar 2024 07:15:20 -0400 (EDT) |
efraim pushed a commit to branch rust-team
in repository guix.
commit b73b6fa007f0f52ab0e1252d0b4388f4b39f7ec8
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sat Mar 16 21:13:16 2024 +0200
gnu: rust-md-5-0.10: Update to 0.10.6.
* gnu/packages/crates-crypto.scm (rust-md-5-0.10): Update to 0.10.6.
[arguments]: Don't skip the build.
[cargo-inputs]: Add rust-cfg-if-1.
[cargo-development-inputs]: Add rust-digest-0.10, rust-hex-literal-0.2.
Change-Id: I6995a21e54cb618b1c753930ce6240cffe3c053a
---
gnu/packages/crates-crypto.scm | 15 ++++++++-------
1 file changed, 8 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/crates-crypto.scm b/gnu/packages/crates-crypto.scm
index 48449e3f47..410d0b5d89 100644
--- a/gnu/packages/crates-crypto.scm
+++ b/gnu/packages/crates-crypto.scm
@@ -2,7 +2,7 @@
;;; Copyright © 2019, 2020 John Soo <jsoo1@asu.edu>
;;; Copyright © 2020 Hartmut Goebel <h.goebel@crazy-compilers.com>
;;; Copyright © 2020 Arun Isaac <arunisaac@systemreboot.net>
-;;; Copyright © 2020, 2022, 2023 Efraim Flashner <efraim@flashner.co.il>
+;;; Copyright © 2020, 2022-2024 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2020 Valentin Ignatev <valentignatev@gmail.com>
;;; Copyright © 2021 Nicolas Goaziou <mail@nicolasgoaziou.fr>
;;; Copyright © 2021 Vinicius Monego <monego@posteo.net>
@@ -2635,20 +2635,21 @@ be used to implement arbitrary protocols.")
(define-public rust-md-5-0.10
(package
(name "rust-md-5")
- (version "0.10.5")
+ (version "0.10.6")
(source (origin
(method url-fetch)
(uri (crate-uri "md-5" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
- "1jmrykh705dfclkgxwjysj5y8l1nyrn1gddw5xpgyjyla1l50rb3"))))
+ "1kvq5rnpm4fzwmyv5nmnxygdhhb2369888a06gdc9pxyrzh7x7nq"))))
(build-system cargo-build-system)
(arguments
- `(#:skip-build? #t
- #:cargo-inputs
- (("rust-digest" ,rust-digest-0.10)
- ("rust-md5-asm" ,rust-md5-asm-0.5))))
+ `(#:cargo-inputs (("rust-cfg-if" ,rust-cfg-if-1)
+ ("rust-digest" ,rust-digest-0.10)
+ ("rust-md5-asm" ,rust-md5-asm-0.5))
+ #:cargo-development-inputs (("rust-digest" ,rust-digest-0.10)
+ ("rust-hex-literal"
,rust-hex-literal-0.2))))
(home-page "https://github.com/RustCrypto/hashes")
(synopsis "MD5 hash function")
(description
- 160/330: gnu: Add rust-hexf-parse-0.1., (continued)
- 160/330: gnu: Add rust-hexf-parse-0.1., guix-commits, 2024/03/18
- 77/330: gnu: Add rust-which-6., guix-commits, 2024/03/18
- 75/330: gnu: Add rust-windows-0.52., guix-commits, 2024/03/18
- 103/330: gnu: Add rust-odbc-sys-0.21., guix-commits, 2024/03/18
- 97/330: gnu: Add rust-abi-stable-shared-0.11., guix-commits, 2024/03/18
- 98/330: gnu: Add rust-abi-stable-derive-0.11., guix-commits, 2024/03/18
- 86/330: gnu: Add rust-numtoa-0.2., guix-commits, 2024/03/18
- 94/330: gnu: rust-codspeed-2: Update to 2.4.0., guix-commits, 2024/03/18
- 111/330: gnu: Add rust-sqlparser-derive-0.2., guix-commits, 2024/03/18
- 107/330: gnu: Add rust-ethnum-intrinsics-1., guix-commits, 2024/03/18
- 83/330: gnu: rust-md-5-0.10: Update to 0.10.6.,
guix-commits <=
- 84/330: gnu: rust-streaming-iterator-0.1: Update to 0.1.9., guix-commits, 2024/03/18
- 102/330: gnu: Add rust-apache-avro-0.16., guix-commits, 2024/03/18
- 112/330: gnu: Add rust-sqlparser-0.43., guix-commits, 2024/03/18
- 95/330: gnu: Add rust-as-derive-utils-0.11., guix-commits, 2024/03/18
- 91/330: gnu: Add rust-const-panic-proc-macros-0.2., guix-commits, 2024/03/18
- 125/330: gnu: Add rust-polars-sql-0.37., guix-commits, 2024/03/18
- 109/330: gnu: Add rust-xxhash-c-sys-0.8., guix-commits, 2024/03/18
- 105/330: gnu: Add rust-parquet-format-safe-0.2., guix-commits, 2024/03/18
- 88/330: gnu: Add rust-multiversion-macros-0.7., guix-commits, 2024/03/18
- 87/330: gnu: rust-ctor-0.2: Update to 0.2.7., guix-commits, 2024/03/18