guix-commits
[Top][All Lists]
Advanced

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

150/187: gnu: Remove rust-gumdrop-derive-0.7.


From: guix-commits
Subject: 150/187: gnu: Remove rust-gumdrop-derive-0.7.
Date: Mon, 24 Oct 2022 10:58:29 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 444b9302569abea0c44a1d80575c8fcc1300011f
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Oct 24 17:28:55 2022 +0300

    gnu: Remove rust-gumdrop-derive-0.7.
    
    * gnu/packages/crates-io.scm (rust-gumdrop-derive-0.7): Delete variable.
---
 gnu/packages/crates-io.scm | 19 -------------------
 1 file changed, 19 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index a00d7066ba..f3b0bf91a5 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -24716,25 +24716,6 @@ support.")
     (description "This package provides custom derive support for gumdrop.")
     (license (list license:expat license:asl2.0))))
 
-(define-public rust-gumdrop-derive-0.7
-  (package
-    (inherit rust-gumdrop-derive-0.8)
-    (name "rust-gumdrop-derive")
-    (version "0.7.0")
-    (source (origin
-              (method url-fetch)
-              (uri (crate-uri "gumdrop_derive" version))
-              (file-name (string-append name "-" version ".tar.gz"))
-              (sha256
-               (base32
-                "1mrm1h4n13b3n79d1215jq9q9d6sgcvfzdb8i5mcmds0vvj4qich"))))
-    (arguments
-     `(#:skip-build? #t
-       #:cargo-inputs
-       (("rust-proc-macro2" ,rust-proc-macro2-1)
-        ("rust-quote" ,rust-quote-1)
-        ("rust-syn" ,rust-syn-1))))))
-
 (define-public rust-gzip-header-1
   (package
     (name "rust-gzip-header")



reply via email to

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