GNU bug report logs -
#75069
[PATCH rust-team 00/57] Alpabetically order (gnu packages
Previous Next
Reported by: Herman Rimm <herman <at> rimm.ee>
Date: Tue, 24 Dec 2024 21:27: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
Message #86 received at 75069 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/crates-io.scm (rust-snapbox-macros-0.2): Order.
Change-Id: I31f0c4c0aaaebf121cffc3536fcbdea8022da1d4
---
gnu/packages/crates-io.scm | 26 +++++++++++++-------------
1 file changed, 13 insertions(+), 13 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 58483c48c9..23b05fe008 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -79187,19 +79187,6 @@ (define-public rust-snapbox-macros-0.3
It is also flexible enough to build your own test harness like @code{trycmd}.")
(license (list license:expat license:asl2.0))))
-(define-public rust-snapbox-macros-0.2
- (package
- (inherit rust-snapbox-macros-0.3)
- (name "rust-snapbox-macros")
- (version "0.2.1")
- (source (origin
- (method url-fetch)
- (uri (crate-uri "snapbox-macros" version))
- (file-name (string-append name "-" version ".tar.gz"))
- (sha256
- (base32
- "0c79lnjcs9yp62y665swv5y5y6088qc256bfr3s7xcnb0izfl7f0"))))))
-
(define-public rust-snapbox-0.6
(package
(name "rust-snapbox")
@@ -79355,6 +79342,19 @@ (define-public rust-snapbox-0.2
("rust-walkdir" ,rust-walkdir-2)
("rust-yansi" ,rust-yansi-0.5))))))
+(define-public rust-snapbox-macros-0.2
+ (package
+ (inherit rust-snapbox-macros-0.3)
+ (name "rust-snapbox-macros")
+ (version "0.2.1")
+ (source (origin
+ (method url-fetch)
+ (uri (crate-uri "snapbox-macros" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32
+ "0c79lnjcs9yp62y665swv5y5y6088qc256bfr3s7xcnb0izfl7f0"))))))
+
(define-public rust-snappy-cpp-0.1
(package
(name "rust-snappy-cpp")
--
2.45.2
This bug report was last modified 207 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.