[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#56775] [PATCH 2/4] gnu: rust-adler32-1: Update to 1.2.0.
From: |
Nicolas Graves |
Subject: |
[bug#56775] [PATCH 2/4] gnu: rust-adler32-1: Update to 1.2.0. |
Date: |
Tue, 26 Jul 2022 09:26:05 +0200 |
* gnu/packages/crates-io.scm (rust-adler32-1): Update to 1.2.0.
---
gnu/packages/crates-io.scm | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 8ddceaabfc..1b9fd827d9 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -1860,7 +1860,7 @@ (define-public rust-adler-0.2
(define-public rust-adler32-1
(package
(name "rust-adler32")
- (version "1.1.0")
+ (version "1.2.0")
(source
(origin
(method url-fetch)
@@ -1869,15 +1869,19 @@ (define-public rust-adler32-1
(string-append name "-" version ".tar.gz"))
(sha256
(base32
- "0bgks405vz823bphgwhj4l9h6vpfh900s0phfk4qqijyh9xhfysn"))))
+ "0d7jq7jsjyhsgbhnfq5fvrlh9j0i9g1fqrl2735ibv5f75yjgqda"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
(("rust-compiler-builtins" ,rust-compiler-builtins-0.1)
("rust-rustc-std-workspace-core" ,rust-rustc-std-workspace-core-1))
#:cargo-development-inputs
- (("rust-bencher" ,rust-bencher-0.1)
- ("rust-rand" ,rust-rand-0.4))))
+ (("rust-criterion" ,rust-criterion-0.3)
+ ("rust-getrandom" ,rust-getrandom-0.1)
+ ("rust-humansize" ,rust-humansize-1)
+ ("rust-rand" ,rust-rand-0.7)
+ ("rust-wasm-bindgen" ,rust-wasm-bindgen-0.2)
+ ("rust-wasm-bindgen-test" ,rust-wasm-bindgen-test-0.3))))
(home-page "https://github.com/remram44/adler32-rs")
(synopsis "Implementation of the Adler32 rolling hash algorithm")
(description
--
2.37.1
- [bug#56775] [PATCH] gnu: rust-miniz-oxide: Do not skip build., Nicolas Graves, 2022/07/26
- [bug#56775] [PATCH 1/4] gnu: Add rust-adler-1., Nicolas Graves, 2022/07/26
- [bug#56775] [PATCH 2/4] gnu: rust-adler32-1: Update to 1.2.0.,
Nicolas Graves <=
- [bug#56775] [PATCH 2/4] gnu: rust-adler32-1: Update to 1.2.0., Maxime Devos, 2022/07/26
- [bug#56775] [PATCH 2/4] gnu: rust-adler32-1: Update to 1.2.0., (, 2022/07/26
- [bug#56775] [PATCH 2/4] gnu: rust-adler32-1: Update to 1.2.0., Maxime Devos, 2022/07/26
- [bug#56775] [PATCH 2/4] gnu: rust-adler32-1: Update to 1.2.0., (, 2022/07/26
- [bug#56775] [PATCH 2/4] gnu: rust-adler32-1: Update to 1.2.0., Nicolas Graves, 2022/07/26
- [bug#56775] [PATCH 2/4] gnu: rust-adler32-1: Update to 1.2.0., Marius Bakke, 2022/07/27
[bug#56775] [PATCH 3/4] gnu: Add rust-simd-adler32-0.3., Nicolas Graves, 2022/07/26
[bug#56775] [PATCH 4/4] gnu: Add rust-miniz-oxide-0.5., Nicolas Graves, 2022/07/26
[bug#56775] [PATCH] gnu: Add rust-miniz-oxide-0.5., Nicolas Graves, 2022/07/26