mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 19:49:25 -05:00
gnu: Add rust-rspec-1.0.0-beta.3.
* gnu/packages/crates-io.scm (rust-rspec-1.0.0-beta.3): New variable. Change-Id: Ib66746e51ff096f4cd3758a5ff2484dde69d6c6e
This commit is contained in:
parent
d5ce6eae28
commit
bcc927e157
1 changed files with 18 additions and 0 deletions
|
@ -65243,6 +65243,24 @@ (define-public rust-rspec-1
|
|||
rust.")
|
||||
(license license:mpl2.0)))
|
||||
|
||||
(define-public rust-rspec-1.0.0-beta.3
|
||||
(package
|
||||
(inherit rust-rspec-1)
|
||||
(name "rust-rspec")
|
||||
(version "1.0.0-beta.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "rspec" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1qkafvyg3r3h4ffhb7bhzq54mxxbirn2hk693wxdv5zhdjx68a99"))
|
||||
(snippet
|
||||
#~(begin (use-modules (guix build utils))
|
||||
(substitute* "Cargo.toml"
|
||||
(("clippy.*") ""))))))
|
||||
(arguments `())))
|
||||
|
||||
(define-public rust-rspotify-0.11
|
||||
(package
|
||||
(name "rust-rspotify")
|
||||
|
|
Loading…
Reference in a new issue