mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: Add rust-slice-group-by-0.3.
* gnu/packages/crates-io.scm (rust-slice-group-by-0.3): New variable. Change-Id: Ib044c37db12f93a9ebe1cd1457055ef1c3b5d763 Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
499879ec31
commit
acbb239145
1 changed files with 20 additions and 0 deletions
|
@ -72006,6 +72006,26 @@ (define-public rust-slice-deque-0.2
|
|||
("rust-mach" ,rust-mach-0.2)
|
||||
("rust-winapi" ,rust-winapi-0.3))))))
|
||||
|
||||
(define-public rust-slice-group-by-0.3
|
||||
(package
|
||||
(name "rust-slice-group-by")
|
||||
(version "0.3.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "slice-group-by" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "19vbyyxqvc25fv2dmhlxijlk5sa9j34yb6hyydb9vf89kh36fqc2"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-development-inputs (("rust-rand" ,rust-rand-0.6))))
|
||||
(home-page "https://github.com/Kerollmops/slice-group-by")
|
||||
(synopsis "Iterators over groups in slices and strs")
|
||||
(description
|
||||
"This package provides iterators over groups in slices and strs.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-slog-2
|
||||
(package
|
||||
(name "rust-slog")
|
||||
|
|
Loading…
Reference in a new issue