mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: Remove rust-dtparse-1.
* gnu/packages/crates-io.scm (rust-dtparse-1): Delete variable. Change-Id: I11b2dec5ef7cd41e7506a7cbcc5966ca97a0d39f
This commit is contained in:
parent
f84d818c43
commit
7ab492ca5b
1 changed files with 0 additions and 19 deletions
|
@ -22034,25 +22034,6 @@ (define-public rust-dtparse-2
|
||||||
Rust.")
|
Rust.")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
(define-public rust-dtparse-1
|
|
||||||
(package
|
|
||||||
(inherit rust-dtparse-2)
|
|
||||||
(name "rust-dtparse")
|
|
||||||
(version "1.5.0")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (crate-uri "dtparse" version))
|
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
|
||||||
(sha256
|
|
||||||
(base32 "00g423c3nw7ffhnvxlryg5hl721aib4b4dq3alpfib8lq3ims8v8"))))
|
|
||||||
(arguments
|
|
||||||
`(#:cargo-inputs (("rust-chrono" ,rust-chrono-0.4)
|
|
||||||
("rust-lazy-static" ,rust-lazy-static-1)
|
|
||||||
("rust-num-traits" ,rust-num-traits-0.2)
|
|
||||||
("rust-rust-decimal" ,rust-rust-decimal-1))
|
|
||||||
#:cargo-development-inputs (("rust-base64" ,rust-base64-0.21))))))
|
|
||||||
|
|
||||||
(define-public rust-duct-0.13
|
(define-public rust-duct-0.13
|
||||||
(package
|
(package
|
||||||
(name "rust-duct")
|
(name "rust-duct")
|
||||||
|
|
Loading…
Reference in a new issue