me
/
guix
Archived
1
0
Fork 0

gnu: Remove rust-itoa-0.1.

* gnu/packages/crates-io.scm (rust-itoa-0.1): Delete variable.
Efraim Flashner 2022-10-18 22:31:31 +03:00
parent 0997da74eb
commit 48e06fa237
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 0 additions and 14 deletions

View File

@ -30832,20 +30832,6 @@ primitives to an @code{io::Write}.")
(base32 (base32
"136vwi6l2k1vrlvfx49lhficj813pk88xrcx1q3axqh1mwms6943")))))) "136vwi6l2k1vrlvfx49lhficj813pk88xrcx1q3axqh1mwms6943"))))))
(define-public rust-itoa-0.1
(package
(inherit rust-itoa-0.4)
(name "rust-itoa")
(version "0.1.1")
(source
(origin
(method url-fetch)
(uri (crate-uri "itoa" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"18g7p2hrb3dk84z3frfgmszfc9hjb4ps9vp99qlb1kmf9gm8hc5f"))))))
(define-public rust-ivf-0.1 (define-public rust-ivf-0.1
(package (package
(name "rust-ivf") (name "rust-ivf")