guix-commits
[Top][All Lists]
Advanced

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

381/470: gnu: Remove rust-crunchy-0.1.


From: guix-commits
Subject: 381/470: gnu: Remove rust-crunchy-0.1.
Date: Thu, 16 Mar 2023 03:02:20 -0400 (EDT)

efraim pushed a commit to branch rust-team
in repository guix.

commit daa0e76baff8038f53c0afeb0900655337656253
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Feb 23 17:15:11 2023 +0200

    gnu: Remove rust-crunchy-0.1.
    
    * gnu/packages/crates-io.scm (rust-crunchy-0.1): Delete variable.
---
 gnu/packages/crates-io.scm | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 4a3ce02217..5363eb3bea 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -14646,19 +14646,6 @@ abstractions around common WinAPI calls.")
 number ``crunching``.")
     (license license:expat)))
 
-(define-public rust-crunchy-0.1
-  (package
-    (inherit rust-crunchy-0.2)
-    (name "rust-crunchy")
-    (version "0.1.6")
-    (source
-      (origin
-        (method url-fetch)
-        (uri (crate-uri "crunchy" version))
-        (file-name (string-append name "-" version ".tar.gz"))
-        (sha256
-          (base32 "1nnbh2k3pv1diyd0i0p3a08kd4afqc17yz0b43hn5xn9qlqs9x52"))))))
-
 (define-public rust-roxmltree-0.14
   (package
     (name "rust-roxmltree")



reply via email to

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