3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: Remove rust-calamine-0.16.

* gnu/packages/crates-io.scm (rust-calamine-0.16): Delete variable.
This commit is contained in:
Efraim Flashner 2022-10-18 22:31:48 +03:00
parent e48bbed988
commit 75b52f4b20
Signed by untrusted user: efraim
GPG key ID: 41AAE7DCCA3D8351

View file

@ -9635,30 +9635,6 @@ spreadsheet file.")
("rust-serde" ,rust-serde-1)
("rust-zip" ,rust-zip-0.5))))))
(define-public rust-calamine-0.16
(package
(inherit rust-calamine-0.17)
(name "rust-calamine")
(version "0.16.2")
(source
(origin
(method url-fetch)
(uri (crate-uri "calamine" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "03nl0n79rbq5x0crgg59brxr86hc9k5kjbf3h7d5c8g5mzlkxf9n"))))
(arguments
`(#:skip-build? #t
#:cargo-inputs
(("rust-byteorder" ,rust-byteorder-1)
("rust-chrono" ,rust-chrono-0.4)
("rust-codepage" ,rust-codepage-0.1)
("rust-encoding-rs" ,rust-encoding-rs-0.8)
("rust-log" ,rust-log-0.4)
("rust-quick-xml" ,rust-quick-xml-0.19)
("rust-serde" ,rust-serde-1)
("rust-zip" ,rust-zip-0.5))))))
(define-public rust-calloop-0.9
(package
(name "rust-calloop")