mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: Remove rust-globwalk-0.5.
* gnu/packages/crates-io.scm (rust-globwalk-0.5): Delete variable.
This commit is contained in:
parent
f8b5638594
commit
fe372c7cd1
1 changed files with 0 additions and 22 deletions
|
@ -24448,28 +24448,6 @@ (define-public rust-globwalk-0.8
|
|||
open file descriptors.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-globwalk-0.5
|
||||
(package
|
||||
(inherit rust-globwalk-0.8)
|
||||
(name "rust-globwalk")
|
||||
(version "0.5.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "globwalk" version))
|
||||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"09axyql26s09z60sgi3y3lkin9swy2b5km3b0v6mm84xhlljxyl9"))))
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-ignore" ,rust-ignore-0.4)
|
||||
("rust-walkdir" ,rust-walkdir-2))
|
||||
#:cargo-development-inputs
|
||||
(("rust-docmatic" ,rust-docmatic-0.1)
|
||||
("rust-tempdir" ,rust-tempdir-0.3))))))
|
||||
|
||||
(define-public rust-gloo-timers-0.2
|
||||
(package
|
||||
(name "rust-gloo-timers")
|
||||
|
|
Loading…
Reference in a new issue