gnu: Remove rust-byte-tools-0.2.

* gnu/packages/crates-io.scm (rust-byte-tools-0.2): Delete variable.

Change-Id: Id460acfa0436d6c037779a1a5e87a30e5a2d5955
This commit is contained in:
Efraim Flashner 2024-01-22 21:30:47 +02:00
parent 4aa9cb1bee
commit b90c4c5605
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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")