GNU bug report logs -
#75083
[PATCH rust-team 1/8] gnu: rust-version-compare-0.0: Remove variable.
Previous Next
Reported by: Herman Rimm <herman <at> rimm.ee>
Date: Wed, 25 Dec 2024 11:08:02 UTC
Severity: normal
Tags: patch
Done: Efraim Flashner <efraim <at> flashner.co.il>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* 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
---
gnu/packages/crates-io.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index b008bd8b4a..11042637b7 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -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
@@ -71045,7 +71045,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")
--
2.45.2
This bug report was last modified 149 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.