guix-commits
[Top][All Lists]
Advanced

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

66/193: gnu: Remove rust-assert-impl-0.1.


From: guix-commits
Subject: 66/193: gnu: Remove rust-assert-impl-0.1.
Date: Mon, 24 Oct 2022 03:51:46 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 7d38ae4c52502835c1d7217eaf2e3a5cde1ff881
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Oct 23 12:23:09 2022 +0300

    gnu: Remove rust-assert-impl-0.1.
    
    * gnu/packages/crates-io.scm (rust-assert-impl-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 9ce146c48e..4312fd72d4 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -4230,26 +4230,6 @@ assertions on the result of your program's run.")
      "This crate provides file system fixtures and assertions for testing.")
     (license (list license:expat license:asl2.0))))
 
-(define-public rust-assert-impl-0.1
-  (package
-    (name "rust-assert-impl")
-    (version "0.1.3")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (crate-uri "assert-impl" version))
-       (file-name (string-append name "-" version ".tar.gz"))
-       (sha256
-        (base32 "17jvig9rwdc1sf1j5q8q9k69njg3k8g7x7g6wcb711hcvq9l6in3"))))
-    (build-system cargo-build-system)
-    (arguments `(#:skip-build? #t))
-    (home-page "https://github.com/upsuper/assert-impl";)
-    (synopsis "Macro for static assert that types implement a trait or not")
-    (description
-     "This carte provides a macro for static assert that types implement
-a trait or not.")
-    (license license:expat)))
-
 (define-public rust-assert-json-diff-1
   (package
     (name "rust-assert-json-diff")



reply via email to

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