efraim pushed a commit to branch rust-team in repository guix. commit 57d84cc4ac23ef70172bfd958fd4e4219441004c Author: Efraim Flashner <efr...@flashner.co.il> AuthorDate: Mon Jan 22 22:20:42 2024 +0200
gnu: Remove rust-seq-macro-0.2. * gnu/packages/crates-io.scm (rust-seq-macro-0.2): Delete variable. Change-Id: I54cf210928eeea41dc7ca46396d6694af08ed278 --- gnu/packages/crates-io.scm | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 0c6375476a..11f7c7aa8a 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -57678,33 +57678,6 @@ formats: @end itemize") (license license:expat))) -(define-public rust-seq-macro-0.2 - (package - (name "rust-seq-macro") - (version "0.2.2") - (source - (origin - (method url-fetch) - (uri (crate-uri "seq-macro" version)) - (file-name - (string-append name "-" version ".tar.gz")) - (sha256 - (base32 - "168y8k344gssy1q0q6napy8cswgl4hyh2kcim9pk3b9wxbx4g7ss")))) - (build-system cargo-build-system) - (arguments - `(#:cargo-development-inputs - (("rust-rustversion" ,rust-rustversion-1) - ("rust-trybuild" ,rust-trybuild-1)))) - (home-page - "https://github.com/dtolnay/seq-macro") - (synopsis - "Macro to repeat sequentially indexed copies of a fragment of code") - (description - "This package provides a macro to repeat sequentially indexed copies of a -fragment of code.") - (license (list license:expat license:asl2.0)))) - (define-public rust-serde-1 (package (name "rust-serde")