gnu: Remove rust-rust-decimal-0.10.

* gnu/packages/crates-io.scm (rust-rust-decimal-0.10): Delete variable.
This commit is contained in:
Efraim Flashner 2023-05-17 18:57:32 +03:00
parent 1fb623b514
commit 8863513bd8
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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")