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:
Efraim Flashner 2023-12-27 10:52:12 +02:00
parent d5ce6eae28
commit bcc927e157
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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")