[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
258/469: gnu: Add rust-ron-0.7.
From: |
guix-commits |
Subject: |
258/469: gnu: Add rust-ron-0.7. |
Date: |
Tue, 25 Apr 2023 15:03:36 -0400 (EDT) |
efraim pushed a commit to branch rust-team
in repository guix.
commit 6b429b911922ed332160bd602a6821bcbaeedf8c
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Mar 9 16:36:59 2023 +0200
gnu: Add rust-ron-0.7.
* gnu/packages/crates-io.scm (rust-ron-0.7): New variable.
(rust-ron-0.6): Inherit from rust-ron-0.7.
---
gnu/packages/crates-io.scm | 35 +++++++++++++++++++++++++++++------
1 file changed, 29 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 6f17c6c00e..3d33415d6f 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -49337,8 +49337,36 @@ responses, and headers for the Rocket web framework.")
network services using futures.")
(license license:expat)))
+(define-public rust-ron-0.7
+ (package
+ (name "rust-ron")
+ (version "0.7.1")
+ (source (origin
+ (method url-fetch)
+ (uri (crate-uri "ron" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32
"06iz51r6pyi197jjpfddq8h8884y85myaswfan07cnqylqwkj1w8"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:tests? #f ; Cannot find bitflags_serial.
+ #:cargo-inputs
+ (("rust-base64" ,rust-base64-0.13)
+ ("rust-bitflags" ,rust-bitflags-1)
+ ("rust-indexmap" ,rust-indexmap-1)
+ ("rust-serde" ,rust-serde-1))
+ #:cargo-development-inputs
+ (("rust-option-set" ,rust-option-set-0.1)
+ ("rust-serde-bytes" ,rust-serde-bytes-0.11)
+ ("rust-serde-json" ,rust-serde-json-1))))
+ (home-page "https://github.com/ron-rs/ron")
+ (synopsis "Rusty Object Notation")
+ (description "This package provides Rusty Object Notation (RON).")
+ (license (list license:expat license:asl2.0))))
+
(define-public rust-ron-0.6
(package
+ (inherit rust-ron-0.7)
(name "rust-ron")
(version "0.6.4")
(source
@@ -49348,18 +49376,13 @@ network services using futures.")
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "07vzhbrnimz1lij0f280y624j4yzipn2404jmygs24mp7xhshkh6"))))
- (build-system cargo-build-system)
(arguments
`(#:skip-build? #t
#:cargo-inputs
(("rust-base64" ,rust-base64-0.13)
("rust-bitflags" ,rust-bitflags-1)
("rust-indexmap" ,rust-indexmap-1)
- ("rust-serde" ,rust-serde-1))))
- (home-page "https://github.com/ron-rs/ron")
- (synopsis "Rusty Object Notation")
- (description "This package provides Rusty Object Notation (RON).")
- (license (list license:expat license:asl2.0))))
+ ("rust-serde" ,rust-serde-1))))))
(define-public rust-ron-0.5
(package
- 304/469: gnu: sniffglue: Add missing input., (continued)
- 304/469: gnu: sniffglue: Add missing input., guix-commits, 2023/04/25
- 369/469: gnu: rust-syscallz-0.15: Update to 0.16.2., guix-commits, 2023/04/25
- 371/469: gnu: rust-libgit2-sys-0.13: Update to 0.13.5., guix-commits, 2023/04/25
- 365/469: gnu: rust-nom-derive-0.7: Update to 0.10.1., guix-commits, 2023/04/25
- 374/469: gnu: rust-cargo-edit: Fix build., guix-commits, 2023/04/25
- 216/469: gnu: rust-wasm-bindgen-futures-0.4: Update to 0.4.34., guix-commits, 2023/04/25
- 231/469: gnu: Add rust-const-fn-assert-0.1., guix-commits, 2023/04/25
- 238/469: gnu: Remove rust-pangocairo-sys-0.10., guix-commits, 2023/04/25
- 246/469: etc: teams: Add sequoia.scm to the rust team., guix-commits, 2023/04/25
- 256/469: gnu: Add rust-lscolors-0.13., guix-commits, 2023/04/25
- 258/469: gnu: Add rust-ron-0.7.,
guix-commits <=
- 270/469: gnu: rust-similar-asserts-1: Update to 1.4.2., guix-commits, 2023/04/25
- 271/469: gnu: rust-tokio-1: Update to 1.26.0., guix-commits, 2023/04/25
- 281/469: gnu: rust-derive-arbitrary-1: Update to 1.2.3., guix-commits, 2023/04/25
- 161/469: gnu: Remove rust-target-lexicon-0.10., guix-commits, 2023/04/25
- 272/469: gnu: rust-adblock: Update to 0.7.5., guix-commits, 2023/04/25
- 289/469: gnu: Add rust-if-addrs-0.6., guix-commits, 2023/04/25
- 308/469: gnu: rust-crossbeam-deque-0.8: Update to 0.8.3., guix-commits, 2023/04/25
- 307/469: Revert "gnu: rust: Remove more bundled sources.", guix-commits, 2023/04/25
- 323/469: gnu: rust-windows-aarch64-msvc-0.42: Update to 0.42.2., guix-commits, 2023/04/25
- 331/469: gnu: rust-derive-arbitrary-1: Update to 1.3.0., guix-commits, 2023/04/25