mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-30 16:12:58 -05:00
gnu: Add rust-phf-shared-0.7.
* gnu/packages/crates-io.scm (rust-phf-shared-0.7): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
67ea3fb1c3
commit
bf500b6efd
1 changed files with 25 additions and 0 deletions
|
@ -6046,6 +6046,31 @@ (define-public rust-petgraph-0.4
|
|||
algorithms.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-phf-shared-0.7
|
||||
(package
|
||||
(name "rust-phf-shared")
|
||||
(version "0.7.24")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "phf-shared" version))
|
||||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"18371fla0vsj7d6d5rlfb747xbr2in11ar9vgv5qna72bnhp2kr3"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
(("rust-siphasher" ,rust-siphasher-0.2)
|
||||
("rust-unicase" ,rust-unicase-2.4))))
|
||||
(home-page "https://github.com/sfackler/rust-phf")
|
||||
(synopsis "Support code shared by PHF libraries")
|
||||
(description
|
||||
"Support code shared by PHF libraries.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-pico-sys-0.0
|
||||
(package
|
||||
(name "rust-pico-sys")
|
||||
|
|
Loading…
Reference in a new issue