[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#68819] [PATCH 32/49] gnu: Add rust-ordered-stream-0.2.
From: |
Herman Rimm |
Subject: |
[bug#68819] [PATCH 32/49] gnu: Add rust-ordered-stream-0.2. |
Date: |
Tue, 30 Jan 2024 16:25:15 +0100 |
* gnu/packages/crates-io.scm (rust-ordered-stream-0.2): Add variable.
(rust-ordered-stream-0.1): Inherit from rust-ordered-stream-0.2.
Change-Id: I24169187e93fe2b08fe85a9d3ba6290b9f751dc3
---
gnu/packages/crates-io.scm | 31 ++++++++++++++++++++++---------
1 file changed, 22 insertions(+), 9 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 947bbbf586..55a334e396 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -42779,17 +42779,17 @@ (define-public rust-ordered-multimap-0.3
insertion order across all keys and values.")
(license license:expat)))
-(define-public rust-ordered-stream-0.1
+(define-public rust-ordered-stream-0.2
(package
(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"))))
+ (version "0.2.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "ordered-stream" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "0l0xxp697q7wiix1gnfn66xsss7fdhfivl2k7bvpjs4i3lgb18ls"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
@@ -42804,6 +42804,19 @@ (define-public rust-ordered-stream-0.1
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")
--
2.41.0
- [bug#68819] [PATCH 28/49] gnu: Add rust-event-listener-strategy-0.4., (continued)
- [bug#68819] [PATCH 28/49] gnu: Add rust-event-listener-strategy-0.4., Herman Rimm, 2024/01/30
- [bug#68819] [PATCH 31/49] gnu: Add rust-async-io-2 and rust-async-net-2 cyclical dependency., Herman Rimm, 2024/01/30
- [bug#68819] [PATCH 25/49] gnu: Add rust-wayrs-client-1., Herman Rimm, 2024/01/30
- [bug#68819] [PATCH 21/49] gnu: Add rust-swayipc-async-2., Herman Rimm, 2024/01/30
- [bug#68819] [PATCH 29/49] gnu: Add rust-async-channel-2., Herman Rimm, 2024/01/30
- [bug#68819] [PATCH 23/49] gnu: Add rust-wayrs-proto-parser-2, Herman Rimm, 2024/01/30
- [bug#68819] [PATCH 35/49] gnu: Add rust-event-listener-3., Herman Rimm, 2024/01/30
- [bug#68819] [PATCH 22/49] gnu: Add rust-proc-macro-crate-3., Herman Rimm, 2024/01/30
- [bug#68819] [PATCH 37/49] gnu: rust-async-fs-1: Update to 1.6.0., Herman Rimm, 2024/01/30
- [bug#68819] [PATCH 48/49] gnu: Remove rust-buffering-nocopy-macro-0.1., Herman Rimm, 2024/01/30
- [bug#68819] [PATCH 32/49] gnu: Add rust-ordered-stream-0.2.,
Herman Rimm <=
- [bug#68819] [PATCH 39/49] gnu: Add rust-pandoc-0.8., Herman Rimm, 2024/01/30
- [bug#68819] [PATCH 42/49] gnu: Remove rust-neli-0.4., Herman Rimm, 2024/01/30
- [bug#68819] [PATCH 44/49] gnu: Remove rust-cpuprofiler-0.0., Herman Rimm, 2024/01/30
- [bug#68819] [PATCH 45/49] gnu: Remove rust-progress-0.2., Herman Rimm, 2024/01/30
- [bug#68819] [PATCH 10/49] gnu: Add rust-from-variants-0.6., Herman Rimm, 2024/01/30
- [bug#68819] [PATCH 41/49] gnu: Deprecate rust-nl80211-0.0.2., Herman Rimm, 2024/01/30
- [bug#68819] [PATCH 33/49] gnu: Add rust-xdg-home-1., Herman Rimm, 2024/01/30
- [bug#68819] [PATCH 47/49] gnu: Remove rust-supercow-0.1., Herman Rimm, 2024/01/30
- [bug#68819] [PATCH 46/49] gnu: Remove rust-buffering-0.3., Herman Rimm, 2024/01/30
- [bug#68819] [PATCH 20/49] gnu: Add rust-futures-lite-2., Herman Rimm, 2024/01/30