Skip to content

Commit 3b8f797

Browse files
committed
gnu: Add rust-unicase-1.
* gnu/packages/crates-io.scm (rust-unicase-1): New variable.
1 parent c7690cc commit 3b8f797

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

gnu/packages/crates-io.scm

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff 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")

0 commit comments

Comments
 (0)