[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#70606] [PATCH rust-team 004/101] gnu: Place rust-unidecode-0.3 in a
From: |
Herman Rimm |
Subject: |
[bug#70606] [PATCH rust-team 004/101] gnu: Place rust-unidecode-0.3 in alphabetical order. |
Date: |
Sat, 27 Apr 2024 14:34:26 +0200 |
* gnu/packages/crates-io.scm (rust-unidecode-0.3): Move variable.
Change-Id: I05d554c60d1c008f330a2b35c75b4119b3ce3eca
---
gnu/packages/crates-io.scm | 36 ++++++++++++++++++------------------
1 file changed, 18 insertions(+), 18 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index fe14f69f6f..68e5b7f41b 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -84946,24 +84946,6 @@ (define-public rust-ungrammar-1
"This package provides a DSL for describing concrete syntax trees.")
(license (list license:expat license:asl2.0))))
-(define-public rust-unidecode-0.3
- (package
- (name "rust-unidecode")
- (version "0.3.0")
- (source (origin
- (method url-fetch)
- (uri (crate-uri "unidecode" version))
- (file-name (string-append name "-" version ".tar.gz"))
- (sha256
- (base32
- "1p0sm8j9223kw3iincv60s746s88k09xcaqf8nkx3w83isfv2as0"))))
- (build-system cargo-build-system)
- (home-page "https://github.com/chowdhurya/rust-unidecode/")
- (synopsis "Provides pure ASCII transliterations of Unicode strings")
- (description
- "This package provides pure ASCII transliterations of Unicode strings.")
- (license license:bsd-3)))
-
(define-public rust-unic-char-property-0.9
(package
(name "rust-unic-char-property")
@@ -85569,6 +85551,24 @@ (define-public rust-unicode-xid-0.0
(base32
"1p5l9h3n3i53cp95fb65p8q3vbwib79ryd9z5z5h5kr9gl6qc7wc"))))))
+(define-public rust-unidecode-0.3
+ (package
+ (name "rust-unidecode")
+ (version "0.3.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "unidecode" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "1p0sm8j9223kw3iincv60s746s88k09xcaqf8nkx3w83isfv2as0"))))
+ (build-system cargo-build-system)
+ (home-page "https://github.com/chowdhurya/rust-unidecode/")
+ (synopsis "Provides pure ASCII transliterations of Unicode strings")
+ (description
+ "This package provides pure ASCII transliterations of Unicode strings.")
+ (license license:bsd-3)))
+
(define-public rust-unindent-0.2
(package
(name "rust-unindent")
--
2.41.0
- [bug#70606] [PATCH rust-team 006/101] gnu: Place rust-tokio-tcp-0.1 in alphabetical order., (continued)
- [bug#70606] [PATCH rust-team 006/101] gnu: Place rust-tokio-tcp-0.1 in alphabetical order., Herman Rimm, 2024/04/27
- [bug#70606] [PATCH rust-team 015/101] gnu: Place rust-snafu-0.8 in alphabetical order., Herman Rimm, 2024/04/27
- [bug#70606] [PATCH rust-team 016/101] gnu: Place rust-paw-structopt-1 in alphabetical order., Herman Rimm, 2024/04/27
- [bug#70606] [PATCH rust-team 019/101] gnu: Place rust-serial-test-0.4 in alphabetical order., Herman Rimm, 2024/04/27
- [bug#70606] [PATCH rust-team 020/101] gnu: Place rust-serde-wasm-bindgen-0.3 in alphabetical order., Herman Rimm, 2024/04/27
- [bug#70606] [PATCH rust-team 022/101] gnu: Place rust-salsa-macros-0.17 in alphabetical order., Herman Rimm, 2024/04/27
- [bug#70606] [PATCH rust-team 024/101] gnu: Place rust-hawktracer-proc-macro-0.4 in alphabetical order., Herman Rimm, 2024/04/27
- [bug#70606] [PATCH rust-team 021/101] gnu: Place rust-serdeconv-0.4 in alphabetical order., Herman Rimm, 2024/04/27
- [bug#70606] [PATCH rust-team 023/101] gnu: Place rust-rkyv-derive-0.7 in alphabetical order., Herman Rimm, 2024/04/27
- [bug#70606] [PATCH rust-team 003/101] gnu: Place rust-valuable-derive-0.1 in alphabetical order., Herman Rimm, 2024/04/27
- [bug#70606] [PATCH rust-team 004/101] gnu: Place rust-unidecode-0.3 in alphabetical order.,
Herman Rimm <=
- [bug#70606] [PATCH rust-team 007/101] gnu: Place rust-timeago-0.4 in alphabetical order., Herman Rimm, 2024/04/27
- [bug#70606] [PATCH rust-team 010/101] gnu: Place rust-synchronoise-1 in alphabetical order., Herman Rimm, 2024/04/27
- [bug#70606] [PATCH rust-team 009/101] gnu: Place rust-tectonic-engine-xdvipdfmx-0.4 in alphabetical order., Herman Rimm, 2024/04/27
- [bug#70606] [PATCH rust-team 012/101] gnu: Place rust-sxd-xpath-0.4 in alphabetical order., Herman Rimm, 2024/04/27
- [bug#70606] [PATCH rust-team 013/101] gnu: Place rust-spirv-types-0.4 in alphabetical order., Herman Rimm, 2024/04/27
- [bug#70606] [PATCH rust-team 017/101] gnu: Place rust-simplerand-1 in alphabetical order., Herman Rimm, 2024/04/27
- [bug#70606] [PATCH rust-team 011/101] gnu: Place rust-symphonia-metadata-0.4 in alphabetical order., Herman Rimm, 2024/04/27
- [bug#70606] [PATCH rust-team 014/101] gnu: Place rust-snapbox-macros-0.3 in alphabetical order., Herman Rimm, 2024/04/27
- [bug#70606] [PATCH rust-team 018/101] gnu: Place rust-sensors-0.2 in alphabetical order., Herman Rimm, 2024/04/27
- [bug#70606] [PATCH rust-team 026/101] gnu: Place rust-rust-htslib-0.38 in alphabetical order., Herman Rimm, 2024/04/27