mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: Remove rust-ordered-stream-0.1.
* gnu/packages/crates-io.scm (rust-ordered-stream-0.1): Delete variable. Change-Id: Ifefa89eaa3111e6771187d833f13d5a46e2403b3
This commit is contained in:
parent
3e144baa15
commit
60d42d6b23
1 changed files with 0 additions and 13 deletions
|
@ -50707,19 +50707,6 @@ (define-public rust-ordered-stream-0.2
|
|||
external events in Rust.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-ordered-stream-0.1
|
||||
(package
|
||||
(inherit rust-ordered-stream-0.2)
|
||||
(name "rust-ordered-stream")
|
||||
(version "0.1.4")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "ordered-stream" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"140c0h0ap30mcfhdk2xy1q9iqyb450wh11dglshh2y6vmjyj82in"))))))
|
||||
|
||||
(define-public rust-ordermap-0.3
|
||||
(package
|
||||
(name "rust-ordermap")
|
||||
|
|
Loading…
Reference in a new issue