guix-commits
[Top][All Lists]
Advanced

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

10/193: gnu: Remove rust-itoa-0.1.


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

efraim pushed a commit to branch master
in repository guix.

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

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

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 73a647d9c8..7caaed3ba7 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -30832,20 +30832,6 @@ primitives to an @code{io::Write}.")
         (base32
          "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
   (package
     (name "rust-ivf")



reply via email to

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