[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
15/40: gnu: Add rust-ron-0.8.
From: |
guix-commits |
Subject: |
15/40: gnu: Add rust-ron-0.8. |
Date: |
Sun, 22 Oct 2023 09:40:32 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit 1d6b31c150e317f7fd3283538c080887b4d1712e
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Oct 22 13:21:19 2023 +0300
gnu: Add rust-ron-0.8.
* gnu/packages/crates-io.scm (rust-ron-0.8): New variable.
(rust-ron-0.7): Inherit from rust-ron-0.8.
---
gnu/packages/crates-io.scm | 37 +++++++++++++++++++++++++++++++------
1 file changed, 31 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index af6f0777e2..b9725a7083 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -57518,8 +57518,38 @@ responses, and headers for the Rocket web framework.")
network services using futures.")
(license license:expat)))
+(define-public rust-ron-0.8
+ (package
+ (name "rust-ron")
+ (version "0.8.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "ron" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "154w53s895yxdfg7rn87c6f6x4yncc535x1x31zpcj7p0pzpw7xr"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:cargo-inputs
+ (("rust-base64" ,rust-base64-0.21)
+ ("rust-bitflags" ,rust-bitflags-2)
+ ("rust-indexmap" ,rust-indexmap-2)
+ ("rust-serde" ,rust-serde-1)
+ ("rust-serde-derive" ,rust-serde-derive-1))
+ #:cargo-development-inputs
+ (("rust-option-set" ,rust-option-set-0.2)
+ ("rust-serde" ,rust-serde-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.7
(package
+ (inherit rust-ron-0.8)
(name "rust-ron")
(version "0.7.1")
(source (origin
@@ -57528,7 +57558,6 @@ network services using futures.")
(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
@@ -57539,11 +57568,7 @@ network services using futures.")
#: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))))
+ ("rust-serde-json" ,rust-serde-json-1))))))
(define-public rust-ron-0.6
(package
- 10/40: gnu: rust-expect-test-1: Update to 1.4.1., (continued)
- 10/40: gnu: rust-expect-test-1: Update to 1.4.1., guix-commits, 2023/10/22
- 07/40: gnu: Add rust-darling-macro-0.20., guix-commits, 2023/10/22
- 08/40: gnu: Add rust-darling-0.20., guix-commits, 2023/10/22
- 12/40: gnu: Add rust-option-set-0.2., guix-commits, 2023/10/22
- 13/40: gnu: rust-rmp-0.8: Update to 0.8.12., guix-commits, 2023/10/22
- 11/40: gnu: Add rust-serde-with-3., guix-commits, 2023/10/22
- 19/40: gnu: Add rust-wayland-scanner-0.30., guix-commits, 2023/10/22
- 21/40: gnu: Add rust-wayland-server-0.30., guix-commits, 2023/10/22
- 18/40: gnu: Add rust-quick-xml-0.28., guix-commits, 2023/10/22
- 16/40: gnu: Add rust-serde-xml-rs-0.6., guix-commits, 2023/10/22
- 15/40: gnu: Add rust-ron-0.8.,
guix-commits <=
- 24/40: gnu: Add rust-as-raw-xcb-connection-1., guix-commits, 2023/10/22
- 32/40: gnu: Add rust-zvariant-2., guix-commits, 2023/10/22
- 30/40: gnu: Add rust-zbus-macros-1., guix-commits, 2023/10/22
- 28/40: gnu: Add rust-enumflags2-derive-0.6., guix-commits, 2023/10/22
- 33/40: gnu: Add rust-zbus-1., guix-commits, 2023/10/22
- 34/40: gnu: Add rust-zbus-polkit-1., guix-commits, 2023/10/22
- 35/40: gnu: Add rust-xremap., guix-commits, 2023/10/22
- 36/40: gnu: rust-xremap: Install shell completions., guix-commits, 2023/10/22
- 38/40: gnu: Add xremap-sway., guix-commits, 2023/10/22
- 39/40: gnu: Add xremap-x11., guix-commits, 2023/10/22