guix-commits
[Top][All Lists]
Advanced

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

261/410: gnu: Remove rust-ical-0.7.


From: guix-commits
Subject: 261/410: gnu: Remove rust-ical-0.7.
Date: Tue, 31 Dec 2024 14:36:48 -0500 (EST)

efraim pushed a commit to branch rust-team
in repository guix.

commit cad65776dbb617c3156218679f188f0e562737d2
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Dec 31 16:07:12 2024 +0200

    gnu: Remove rust-ical-0.7.
    
    * gnu/packages/crates-graphics.scm (rust-ical-0.7): Delete variable.
    
    Change-Id: Ic2f928ada07d556bb981148da82769a2c34e3bbc
---
 gnu/packages/crates-graphics.scm | 23 -----------------------
 1 file changed, 23 deletions(-)

diff --git a/gnu/packages/crates-graphics.scm b/gnu/packages/crates-graphics.scm
index 6f7bd2641d..5f51ce9644 100644
--- a/gnu/packages/crates-graphics.scm
+++ b/gnu/packages/crates-graphics.scm
@@ -2318,29 +2318,6 @@ EUI-64, also known as MAC-48 media access control 
addresses.")
     (description "Core types of gpu-alloc crate.")
     (license (list license:expat license:asl2.0))))
 
-(define-public rust-ical-0.7
-  (package
-    (name "rust-ical")
-    (version "0.7.0")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (crate-uri "ical" version))
-       (file-name (string-append name "-" version ".tar.gz"))
-       (sha256
-        (base32 "1kvk1pgas67rnp0n4424lxxs8y3n1h0fw3ap8jbfcxqdmlap57sa"))))
-    (build-system cargo-build-system)
-    (arguments
-     `(#:skip-build? #t
-       #:cargo-inputs
-       (("rust-thiserror" ,rust-thiserror-1))))
-    (home-page "https://github.com/Peltoche/ical-rs";)
-    (synopsis "Ical/Vcard parser for Rust")
-    (description
-     "This library parse the ICalendar format defined in RFC5545, as well as
-similar formats like VCard.")
-    (license license:asl2.0)))
-
 (define-public rust-image-0.25
   (package
     (name "rust-image")



reply via email to

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