File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -16271,6 +16271,26 @@ with the Unicode character database.")
1627116271 (license (list license:asl2.0
1627216272 license:expat))))
1627316273
16274+ (define-public rust-unicase-1
16275+ (package
16276+ (inherit rust-unicase-2.4)
16277+ (name "rust-unicase")
16278+ (version "1.4.2")
16279+ (source
16280+ (origin
16281+ (method url-fetch)
16282+ (uri (crate-uri "unicase" version))
16283+ (file-name
16284+ (string-append name "-" version ".tar.gz"))
16285+ (sha256
16286+ (base32
16287+ "0cwazh4qsmm9msckjk86zc1z35xg7hjxjykrgjalzdv367w6aivz"))))
16288+ (arguments
16289+ `(#:cargo-inputs
16290+ (("rust-heapsize" ,rust-heapsize-0.3)
16291+ ("rust-heapsize-plugin" ,rust-heapsize-plugin-0.1)
16292+ ("rust-version-check" ,rust-version-check-0.1))))))
16293+
1627416294(define-public rust-unicode-bidi-0.3
1627516295 (package
1627616296 (name "rust-unicode-bidi")
You can’t perform that action at this time.
0 commit comments