mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-02 07:15:53 +02:00
gnu: rust-snapbox-macros-0.2: Order alphabetically.
* gnu/packages/crates-io.scm (rust-snapbox-macros-0.2): Order. Change-Id: I31f0c4c0aaaebf121cffc3536fcbdea8022da1d4 Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
committed by
Efraim Flashner
parent
2687e32165
commit
3c42de6304
+13
-13
@@ -79424,19 +79424,6 @@ output from
|
||||
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")
|
||||
@@ -79592,6 +79579,19 @@ It is also flexible enough to build your own test harness like @code{trycmd}.")
|
||||
("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")
|
||||
|
||||
Reference in New Issue
Block a user