mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 01:26:43 +01:00
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:
parent
8bbd8344f8
commit
c937145e7a
1 changed files with 18 additions and 18 deletions
|
@ -51472,24 +51472,6 @@ (define-public rust-noop-proc-macro-0.3
|
||||||
nothing.")
|
nothing.")
|
||||||
(license license:expat)))
|
(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
|
(define-public rust-normalize-line-endings-0.3
|
||||||
(package
|
(package
|
||||||
(name "rust-normalize-line-endings")
|
(name "rust-normalize-line-endings")
|
||||||
|
@ -51527,6 +51509,24 @@ (define-public rust-normalize-line-endings-0.2
|
||||||
(base32
|
(base32
|
||||||
"1a1knz9j1w5a1pl2q6whmjphm3z6p64r5njnam7syp5rx8wil2if"))))))
|
"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
|
(define-public rust-normpath-1
|
||||||
(package
|
(package
|
||||||
(name "rust-normpath")
|
(name "rust-normpath")
|
||||||
|
|
Loading…
Reference in a new issue