guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

116/193: gnu: Remove rust-podio-0.1.


From: guix-commits
Subject: 116/193: gnu: Remove rust-podio-0.1.
Date: Mon, 24 Oct 2022 03:52:05 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 23dfc00197602f41af00beaf796a36b9d85145dd
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Oct 18 22:44:06 2022 +0300

    gnu: Remove rust-podio-0.1.
    
    * gnu/packages/crates-io.scm (rust-podio-0.1): Delete variable.
---
 gnu/packages/crates-io.scm | 20 --------------------
 1 file changed, 20 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 3178eefbbe..2714cd9733 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]