mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: Add rust-unicase-1.
* gnu/packages/crates-io.scm (rust-unicase-1): New variable.
This commit is contained in:
parent
c7690cc0ce
commit
3b8f797fe8
1 changed files with 20 additions and 0 deletions
|
@ -16271,6 +16271,26 @@ (define-public rust-unicase-2.4
|
|||
(license (list license:asl2.0
|
||||
license:expat))))
|
||||
|
||||
(define-public rust-unicase-1
|
||||
(package
|
||||
(inherit rust-unicase-2.4)
|
||||
(name "rust-unicase")
|
||||
(version "1.4.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "unicase" version))
|
||||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0cwazh4qsmm9msckjk86zc1z35xg7hjxjykrgjalzdv367w6aivz"))))
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-heapsize" ,rust-heapsize-0.3)
|
||||
("rust-heapsize-plugin" ,rust-heapsize-plugin-0.1)
|
||||
("rust-version-check" ,rust-version-check-0.1))))))
|
||||
|
||||
(define-public rust-unicode-bidi-0.3
|
||||
(package
|
||||
(name "rust-unicode-bidi")
|
||||
|
|
Loading…
Reference in a new issue