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
[Message part 1 (text/plain, inline)]
Your bug report
#75083: [PATCH rust-team 1/8] gnu: rust-version-compare-0.0: Remove variable.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 75083 <at> debbugs.gnu.org.
--
75083: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=75083
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
[Message part 3 (text/plain, inline)]
All the housekeeping patches keep coming! It seems "eventually" means
now :)
Patches pushed to the rust-team branch.
--
Efraim Flashner <efraim <at> flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
* gnu/packages/crates-io.scm (rust-version-compare-0.0): Remove.
(rust-system-deps-3)[cargo-inputs]: Replace rust-version-compare-0.0
with 0.0.11.
Change-Id: Idd4d9a9c32217eeda1934534b19cf347a04cbaa7
---
gnu/packages/crates-io.scm | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index cb9c3476f4..8d1a866733 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -84838,7 +84838,7 @@ (define-public rust-system-deps-3
("rust-strum-macros" ,rust-strum-macros-0.21)
("rust-thiserror" ,rust-thiserror-1)
("rust-toml" ,rust-toml-0.5)
- ("rust-version-compare" ,rust-version-compare-0.0))
+ ("rust-version-compare" ,rust-version-compare-0.0.11))
#:cargo-development-inputs
(("rust-assert-matches" ,rust-assert-matches-1)
("rust-itertools" ,rust-itertools-0.10)
@@ -96622,8 +96622,6 @@ (define-public rust-version-compare-0.0.11
(sha256
(base32 "06v688jg6gd00zvm3cp7qh2h3mz8cs2ngr09bnwxhyddxrcwh60w"))))))
-(define-public rust-version-compare-0.0 rust-version-compare-0.0.11)
-
(define-public rust-version-sync-0.9
(package
(name "rust-version-sync")
base-commit: 19e7e7b3dc66c9f614e6a75b871758edea0179c5
--
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.