gnu: Remove rust-shadow-rs-0.6.
* gnu/packages/crates-io.scm (rust-shadow-rs-0.6): Delete variable.
This commit is contained in:
parent
ecca9296d4
commit
a080668a96
1 changed files with 0 additions and 19 deletions
|
@ -52434,25 +52434,6 @@ and environment at run time. You can use this tool to check in production
|
|||
exactly where a binary came from and how it was built.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-shadow-rs-0.6
|
||||
(package
|
||||
(inherit rust-shadow-rs-0.8)
|
||||
(name "rust-shadow-rs")
|
||||
(version "0.6.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "shadow-rs" version))
|
||||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0sps996yhchz43zfk9zysjpirz638s1hbhspp998bk6v9l6k7j10"))))
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
(("rust-chrono" ,rust-chrono-0.4)
|
||||
("rust-git2" ,rust-git2-0.13))))))
|
||||
|
||||
(define-public rust-sharded-slab-0.1
|
||||
(package
|
||||
(name "rust-sharded-slab")
|
||||
|
|
Reference in a new issue