guix-commits
[Top][All Lists]
Advanced

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

127/193: gnu: Remove rust-rowan-0.13.


From: guix-commits
Subject: 127/193: gnu: Remove rust-rowan-0.13.
Date: Mon, 24 Oct 2022 03:52:12 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 29ec99dad9af4989170b544ec43479a49ba59b79
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Oct 18 22:47:00 2022 +0300

    gnu: Remove rust-rowan-0.13.
    
    * gnu/packages/crates-io.scm (rust-rowan-0.13): Delete variable.
---
 gnu/packages/crates-io.scm | 27 ---------------------------
 1 file changed, 27 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index a106f45ee7..4eb5f855d2 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -48680,33 +48680,6 @@ wildcard segments")
      "This package provides a library for generic lossless syntax trees.")
     (license (list license:expat license:asl2.0))))
 
-(define-public rust-rowan-0.13
-  (package
-    (inherit rust-rowan-0.15)
-    (name "rust-rowan")
-    (version "0.13.0-pre.6")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (crate-uri "rowan" version))
-       (file-name
-        (string-append name "-" version ".tar.gz"))
-       (sha256
-        (base32
-         "03gh3wa52135mh1an1x4hw6jba64fwfsh4lw3fsmm6jy2i7c1k42"))))
-    (build-system cargo-build-system)
-    (arguments
-     `(#:skip-build? #t
-       #:cargo-inputs
-       (("rust-countme" ,rust-countme-2)
-        ("rust-hashbrown" ,rust-hashbrown-0.9)
-        ("rust-memoffset" ,rust-memoffset-0.6)
-        ("rust-rustc-hash" ,rust-rustc-hash-1)
-        ("rust-serde" ,rust-serde-1)
-        ("rust-text-size" ,rust-text-size-1))
-       #:cargo-development-inputs
-       (("rust-m-lexer" ,rust-m-lexer-0.0.4))))))
-
 (define-public rust-rsa-0.5
   (package
     (name "rust-rsa")



reply via email to

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