mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-18 17:01:51 -05:00
gnu: Remove rust-rust-decimal-0.10.
* gnu/packages/crates-io.scm (rust-rust-decimal-0.10): Delete variable.
This commit is contained in:
parent
1fb623b514
commit
8863513bd8
1 changed files with 0 additions and 21 deletions
|
@ -52028,27 +52028,6 @@ (define-public rust-rust-decimal-1
|
|||
suitable for financial calculations.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-rust-decimal-0.10
|
||||
(package
|
||||
(inherit rust-rust-decimal-1)
|
||||
(name "rust-rust-decimal")
|
||||
(version "0.10.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "rust_decimal" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1h80xz88f07ifb4i0mfh9j9p67afiy4xm6xswkk9gnf1spirag59"))))
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
(("rust-byteorder" ,rust-byteorder-1)
|
||||
("rust-lazy-static" ,rust-lazy-static-1)
|
||||
("rust-num" ,rust-num-0.2)
|
||||
("rust-postgres" ,rust-postgres-0.15)
|
||||
("rust-serde" ,rust-serde-1))))))
|
||||
|
||||
(define-public rust-rust-embed-5
|
||||
(package
|
||||
(name "rust-rust-embed")
|
||||
|
|
Loading…
Reference in a new issue