guix-commits
[Top][All Lists]
Advanced

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

46/193: gnu: Remove rust-chalk-recursive-0.68.


From: guix-commits
Subject: 46/193: gnu: Remove rust-chalk-recursive-0.68.
Date: Mon, 24 Oct 2022 03:51:39 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 49c601c85a72ba812135f82349973aef42ebb3bb
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Oct 18 22:31:46 2022 +0300

    gnu: Remove rust-chalk-recursive-0.68.
    
    * gnu/packages/crates-io.scm (rust-chalk-recursive-0.68): Delete variable.
---
 gnu/packages/crates-io.scm | 24 ------------------------
 1 file changed, 24 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index ace7ef30c7..4f7610b34d 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -11011,30 +11011,6 @@ clauses.")
      "Recursive solver for the Chalk project")
     (license (list license:asl2.0 license:expat))))
 
-(define-public rust-chalk-recursive-0.68
-  (package
-    (inherit rust-chalk-recursive-0.75)
-    (name "rust-chalk-recursive")
-    (version "0.68.0")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (crate-uri "chalk-recursive" version))
-       (file-name
-        (string-append name "-" version ".tar.gz"))
-       (sha256
-        (base32
-         "11ak4zl5lgyh88scjm91fc9wjcyxb4s1kkcanhhi0ci755nl1pz0"))))
-    (build-system cargo-build-system)
-    (arguments
-     `(#:skip-build? #t
-       #:cargo-inputs
-       (("rust-chalk-derive" ,rust-chalk-derive-0.68)
-        ("rust-chalk-ir" ,rust-chalk-ir-0.68)
-        ("rust-chalk-solve" ,rust-chalk-solve-0.68)
-        ("rust-rustc-hash" ,rust-rustc-hash-1)
-        ("rust-tracing" ,rust-tracing-0.1))))))
-
 (define-public rust-chalk-solve-0.75
   (package
     (name "rust-chalk-solve")



reply via email to

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