mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 14:47:20 +01:00
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:
parent
74e7b7fa81
commit
f98227eccb
1 changed files with 3 additions and 3 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue