mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-10 21:50:01 +01:00
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:
parent
4aa9cb1bee
commit
b90c4c5605
1 changed files with 0 additions and 13 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Reference in a new issue