mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: Remove rust-dtoa-0.2.
* gnu/packages/crates-io.scm (rust-dtoa-0.2): Delete variable.
This commit is contained in:
parent
4de503990a
commit
701c8bd929
1 changed files with 0 additions and 14 deletions
|
@ -17979,20 +17979,6 @@ (define-public rust-dtoa-0.4
|
|||
(license (list license:asl2.0
|
||||
license:expat))))
|
||||
|
||||
(define-public rust-dtoa-0.2
|
||||
(package
|
||||
(inherit rust-dtoa-0.4)
|
||||
(name "rust-dtoa")
|
||||
(version "0.2.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "dtoa" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0g96cap6si1g6wi62hsdk2fnj3sf5vd4i97zj6163j8hhnsl3n0d"))))))
|
||||
|
||||
(define-public rust-dtoa-short-0.3
|
||||
(package
|
||||
(name "rust-dtoa-short")
|
||||
|
|
Loading…
Reference in a new issue