guix-commits
[Top][All Lists]
Advanced

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

54/193: gnu: Remove rust-bugreport-0.3.


From: guix-commits
Subject: 54/193: gnu: Remove rust-bugreport-0.3.
Date: Mon, 24 Oct 2022 03:51:42 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

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

    gnu: Remove rust-bugreport-0.3.
    
    * gnu/packages/crates-io.scm (rust-bugreport-0.3): Delete variable.
---
 gnu/packages/crates-io.scm | 18 ------------------
 1 file changed, 18 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 302a647f41..ff7cd003eb 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -8793,24 +8793,6 @@ automatically collect information about the system and 
the environment that
 users can send along with a bug report.")
     (license (list license:expat license:asl2.0))))
 
-(define-public rust-bugreport-0.3
-  (package
-    (inherit rust-bugreport-0.4)
-    (name "rust-bugreport")
-    (version "0.3.0")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (crate-uri "bugreport" version))
-       (file-name (string-append name "-" version ".tar.gz"))
-       (sha256
-        (base32 "1n5f1nkqbc5yf9bckjap49pwnqnvdczm6x9y23caaghpgw0n4rqi"))))
-    (arguments
-     `(#:skip-build? #t
-       #:cargo-inputs
-       (("rust-snailquote" ,rust-snailquote-0.3)
-        ("rust-sys-info" ,rust-sys-info-0.7))))))
-
 (define-public rust-build-const-0.2
   (package
     (name "rust-build-const")



reply via email to

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