me
/
guix
Archived
1
0
Fork 0

gnu: Remove rust-podio-0.1.

* gnu/packages/crates-io.scm (rust-podio-0.1): Delete variable.
Efraim Flashner 2022-10-18 22:44:06 +03:00
parent 8903abe31d
commit 23dfc00197
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 0 additions and 20 deletions

View File

@ -42477,26 +42477,6 @@ both WASM and native applications")
applications.")
(license license:expat)))
(define-public rust-podio-0.1
(package
(name "rust-podio")
(version "0.1.7")
(source
(origin
(method url-fetch)
(uri (crate-uri "podio" version))
(file-name
(string-append name "-" version ".tar.gz"))
(sha256
(base32
"06bzjxrl0h8rp5860n51dlr1g143grg2jmx4g6y1mdn2ignyz2xi"))))
(build-system cargo-build-system)
(home-page "https://github.com/mvdnes/podio.git")
(synopsis "Additional trait to read and write Plain Old Data")
(description
"Additional trait for Read and Write to read and write Plain Old Data.")
(license (list license:expat license:asl2.0))))
(define-public rust-polars-0.17
(package
(name "rust-polars")