guix-commits
[Top][All Lists]
Advanced

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

55/193: gnu: Remove rust-bstr-0.1.


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

efraim pushed a commit to branch master
in repository guix.

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

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

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index ff7cd003eb..a6706cc44a 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -8573,21 +8573,6 @@ alphabet.")
 UTF-8.")
     (license (list license:expat license:asl2.0))))
 
-(define-public rust-bstr-0.1
-  (package
-    (inherit rust-bstr-0.2)
-    (name "rust-bstr")
-    (version "0.1.4")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (crate-uri "bstr" version))
-       (file-name
-        (string-append name "-" version ".tar.gz"))
-       (sha256
-        (base32
-         "0nzi9vqhl56ws8gq39f3aj4qjrr4l3g5lbkkcj8xq1x4cb74wq2r"))))))
-
 (define-public rust-buf-redux-0.8
   (package
     (name "rust-buf-redux")



reply via email to

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