diff options
author | Herman Rimm <herman@rimm.ee> | 2024-12-25 12:09:30 +0100 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2025-01-06 12:19:04 +0200 |
commit | f98227eccbf5f3a7be76003dbaacb84aaf8a6e0f (patch) | |
tree | d6dfa194e2dccfb1ce57401259f19088838ec254 | |
parent | 74e7b7fa81cd649bd7b72b43ffa06b894303f378 (diff) |
gnu: rust-rust-base58-0.0: Replace with 0.0.4.
* gnu/packages/crates-io.scm (rust-rust-base58-0.0): Replace with 0.0.4.
(rust-bs58-0.5, rust-bs58-0.2): Replace rust-rust-base58-0.0 with 0.0.4.
Change-Id: I42d76256bb8311fdbda606105e1dfdad4cce7ff8
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
-rw-r--r-- | gnu/packages/crates-io.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index fcef617d1f..ee44b060a6 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -10004,7 +10004,7 @@ decompression and compression to Rust.") (("rust-assert-matches" ,rust-assert-matches-1) ("rust-base58" ,rust-base58-0.1) ("rust-criterion" ,rust-criterion-0.5) - ("rust-rust-base58" ,rust-rust-base58-0.0) + ("rust-rust-base58" ,rust-rust-base58-0.0.4) ("rust-tinyvec" ,rust-tinyvec-1)))) (home-page "https://github.com/Nullus157/bs58-rs") (synopsis "Another Base58 codec implementation") @@ -10034,7 +10034,7 @@ almost the same speed for encoding: about 3% slower when encoding 32 bytes. #:cargo-development-inputs (("rust-assert-matches" ,rust-assert-matches-1) ("rust-base58" ,rust-base58-0.1) - ("rust-rust-base58" ,rust-rust-base58-0.0)))))) + ("rust-rust-base58" ,rust-rust-base58-0.0.4)))))) (define-public rust-bsd-kvm-0.1 (package @@ -71234,7 +71234,7 @@ please consider using @code{async-std} or @code{tokio}.") `(#:cargo-inputs (("rust-fallible-iterator" ,rust-fallible-iterator-0.3) ("rust-sqlite3-parser" ,rust-sqlite3-parser-0.12)))))) -(define-public rust-rust-base58-0.0 +(define-public rust-rust-base58-0.0.4 (package (name "rust-rust-base58") (version "0.0.4") |