mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 11:39:46 -05:00
gnu: Add rust-alphanumeric-sort-1.
* gnu/packages/crates-io.scm (rust-alphanumeric-sort-1): New variable. Change-Id: Ic28b9b9e5d9f4ef70b8be70a7fce49005ecb7b07
This commit is contained in:
parent
640d6f7ec2
commit
8138e78ab7
1 changed files with 21 additions and 0 deletions
|
@ -1237,6 +1237,27 @@ (define-public rust-allocator-api2-0.2
|
|||
(description "Mirror of Rust's allocator API.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-alphanumeric-sort-1
|
||||
(package
|
||||
(name "rust-alphanumeric-sort")
|
||||
(version "1.5.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "alphanumeric-sort" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "13vyx3cqpylvc0md4563rd42b7dvk3fv4wny0kpcc48gy72n0z6n"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-development-inputs (("rust-bencher" ,rust-bencher-0.1))))
|
||||
(home-page "https://magiclen.org/alphanumeric-sort")
|
||||
(synopsis "Sort order for files and folders whose names contain numerals")
|
||||
(description
|
||||
"This crate can help you sort order for files and folders whose names
|
||||
contain numerals.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-alsa-0.8
|
||||
(package
|
||||
(name "rust-alsa")
|
||||
|
|
Loading…
Reference in a new issue