mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-05 18:29:28 +01:00
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:
parent
52b7d84667
commit
d30d845fea
1 changed files with 21 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Reference in a new issue