guix-commits
[Top][All Lists]
Advanced

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

62/154: gnu: Remove rust-byte-tools-0.2.


From: guix-commits
Subject: 62/154: gnu: Remove rust-byte-tools-0.2.
Date: Mon, 22 Jan 2024 15:36:43 -0500 (EST)

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

commit 395d29f957f942b8524a002b84263548f8b6ca6e
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Jan 22 21:30:47 2024 +0200

    gnu: Remove rust-byte-tools-0.2.
    
    * gnu/packages/crates-io.scm (rust-byte-tools-0.2): Delete variable.
    
    Change-Id: Id460acfa0436d6c037779a1a5e87a30e5a2d5955
---
 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 1f825c4160..871f5632dc 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -7775,19 +7775,6 @@ of built-in fundamental numeric types.")
     (description "Bytes related utility functions.")
     (license (list license:asl2.0 license:expat))))
 
-(define-public rust-byte-tools-0.2
-  (package
-    (inherit rust-byte-tools-0.3)
-    (name "rust-byte-tools")
-    (version "0.2.0")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (crate-uri "byte-tools" version))
-       (file-name (string-append name "-" version ".tar.gz"))
-       (sha256
-        (base32 "0h2zxygfnn46akmgh8cdp4x6xy4kb0b45rzmj76rxa0j99bk432n"))))))
-
 (define-public rust-byte-unit-4
   (package
     (name "rust-byte-unit")



reply via email to

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