gnu: Add rust-emojis-0.5.

* gnu/packages/crates-io.scm (rust-emojis-0.5): New variable.

Change-Id: I52738007cd72547dd25772191dc25293f8cdf4b8
This commit is contained in:
Efraim Flashner 2024-01-29 11:30:42 +02:00
parent 52b7d84667
commit d30d845fea
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -19815,6 +19815,27 @@ transport methods, unicode support, secure delivery with SMTP using encryption
and authentication, easy email builders, and async support.")
(license license:expat)))
(define-public rust-emojis-0.5
(package
(name "rust-emojis")
(version "0.5.3")
(source
(origin
(method url-fetch)
(uri (crate-uri "emojis" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "0pdrhzlx53ksb41dx3qjl6qg9nj711vj28r8d92pv0lij5sbq1rl"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs (("rust-phf" ,rust-phf-0.11))))
(home-page "https://github.com/rossmacarthur/emojis")
(synopsis "Lookup emoji in O(1) time")
(description
"Lookup emoji in O(1) time, access metadata and @code{GitHub} shortcodes,
iterate over all emoji, and more.")
(license (list license:expat license:asl2.0))))
(define-public rust-empfindung-0.2
(package
(name "rust-empfindung")