guix-commits
[Top][All Lists]
Advanced

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

35/187: gnu: Remove rust-globwalk-0.5.


From: guix-commits
Subject: 35/187: gnu: Remove rust-globwalk-0.5.
Date: Mon, 24 Oct 2022 10:57:49 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit fe372c7cd1f25374b9f0b0efe813bd15acc2af9a
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Oct 24 12:29:07 2022 +0300

    gnu: Remove rust-globwalk-0.5.
    
    * gnu/packages/crates-io.scm (rust-globwalk-0.5): Delete variable.
---
 gnu/packages/crates-io.scm | 22 ----------------------
 1 file changed, 22 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 647593781f..b1a38e6505 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -24448,28 +24448,6 @@ inherits many goodies from both, such as limiting 
search depth and amount of
 open file descriptors.")
     (license license:expat)))
 
-(define-public rust-globwalk-0.5
-  (package
-    (inherit rust-globwalk-0.8)
-    (name "rust-globwalk")
-    (version "0.5.0")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (crate-uri "globwalk" version))
-       (file-name
-        (string-append name "-" version ".tar.gz"))
-       (sha256
-        (base32
-         "09axyql26s09z60sgi3y3lkin9swy2b5km3b0v6mm84xhlljxyl9"))))
-    (arguments
-     `(#:cargo-inputs
-       (("rust-ignore" ,rust-ignore-0.4)
-        ("rust-walkdir" ,rust-walkdir-2))
-       #:cargo-development-inputs
-       (("rust-docmatic" ,rust-docmatic-0.1)
-        ("rust-tempdir" ,rust-tempdir-0.3))))))
-
 (define-public rust-gloo-timers-0.2
   (package
     (name "rust-gloo-timers")



reply via email to

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