gnu: rust-normalize-path-0.2: Order alphabetically.

* gnu/packages/crates-io.scm (rust-normalize-path-0.2): Order.

Change-Id: I04b19cad1e8a381749635886243b6d8d8dd9aec1
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
Herman Rimm 2024-12-24 21:10:48 +01:00 committed by Efraim Flashner
parent 8bbd8344f8
commit c937145e7a
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -51472,24 +51472,6 @@ (define-public rust-noop-proc-macro-0.3
nothing.")
(license license:expat)))
(define-public rust-normalize-path-0.2
(package
(name "rust-normalize-path")
(version "0.2.1")
(source
(origin
(method url-fetch)
(uri (crate-uri "normalize-path" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "0bc919zp34b9312wqd92jbi3xa9gxljxh8nfw7v6sk7znb98shzm"))))
(build-system cargo-build-system)
(home-page "https://github.com/cargo-bins/cargo-binstall")
(synopsis "Like canonicalize, but without performing I/O")
(description "This package provides a rust function like canonicalize, but
without performing I/O.")
(license (list license:asl2.0 license:expat))))
(define-public rust-normalize-line-endings-0.3
(package
(name "rust-normalize-line-endings")
@ -51527,6 +51509,24 @@ (define-public rust-normalize-line-endings-0.2
(base32
"1a1knz9j1w5a1pl2q6whmjphm3z6p64r5njnam7syp5rx8wil2if"))))))
(define-public rust-normalize-path-0.2
(package
(name "rust-normalize-path")
(version "0.2.1")
(source
(origin
(method url-fetch)
(uri (crate-uri "normalize-path" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "0bc919zp34b9312wqd92jbi3xa9gxljxh8nfw7v6sk7znb98shzm"))))
(build-system cargo-build-system)
(home-page "https://github.com/cargo-bins/cargo-binstall")
(synopsis "Like canonicalize, but without performing I/O")
(description "This package provides a rust function like canonicalize, but
without performing I/O.")
(license (list license:asl2.0 license:expat))))
(define-public rust-normpath-1
(package
(name "rust-normpath")