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>
This commit is contained in:
Herman Rimm 2024-12-25 12:09:30 +01:00 committed by Efraim Flashner
parent 74e7b7fa81
commit f98227eccb
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -10004,7 +10004,7 @@ (define-public rust-bs58-0.5
(("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 @@ (define-public rust-bs58-0.2
#: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 @@ (define-public rust-rusqlite-macros-0.1
`(#: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")