[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
17/43: gnu: Add rust-ron-0.6.
From: |
guix-commits |
Subject: |
17/43: gnu: Add rust-ron-0.6. |
Date: |
Tue, 8 Jun 2021 05:06:28 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit af4864d025447b2d8ad2661208068deb0d561dd4
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Jun 8 10:25:36 2021 +0200
gnu: Add rust-ron-0.6.
* gnu/packages/crates-io.scm (rust-ron-0.6): New variable.
(rust-ron-0.5): Inherit from above.
---
gnu/packages/crates-io.scm | 32 ++++++++++++++++++++++++++------
1 file changed, 26 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index d2dae03..d9fdec9 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -34659,8 +34659,33 @@ responses, and headers for the Rocket web framework.")
network services using futures.")
(license license:expat)))
+(define-public rust-ron-0.6
+ (package
+ (name "rust-ron")
+ (version "0.6.4")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "ron" version))
+ (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))))
+
(define-public rust-ron-0.5
(package
+ (inherit rust-ron-0.6)
(name "rust-ron")
(version "0.5.1")
(source
@@ -34669,7 +34694,6 @@ network services using futures.")
(uri (crate-uri "ron" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256 (base32
"1mb2bavvp8jg5wx0kx9n45anrsbjwhjzddim987bjaa11hg45kif"))))
- (build-system cargo-build-system)
(arguments
`(#:cargo-inputs
(("rust-base64" ,rust-base64-0.10)
@@ -34677,11 +34701,7 @@ network services using futures.")
("rust-serde" ,rust-serde-1))
#:cargo-development-inputs
(("rust-serde-bytes" ,rust-serde-bytes-0.10)
- ("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.4
(package
- 01/43: gnu: rust-walkdir-2: Update to 2.3.2., (continued)
- 01/43: gnu: rust-walkdir-2: Update to 2.3.2., guix-commits, 2021/06/08
- 04/43: gnu: rust-syn-1: Update to 1.0.72., guix-commits, 2021/06/08
- 05/43: gnu: Add rust-darling-core-0.12., guix-commits, 2021/06/08
- 02/43: gnu: rust-globset-0.4: Update to 0.4.6., guix-commits, 2021/06/08
- 03/43: gnu: rust-proc-macro2-1: Update to 1.0.27., guix-commits, 2021/06/08
- 06/43: gnu: Add rust-darling-macro-0.12., guix-commits, 2021/06/08
- 08/43: gnu: Add rust-derive-builder-core-0.10., guix-commits, 2021/06/08
- 10/43: gnu: Add rust-derive-builder-0.10., guix-commits, 2021/06/08
- 12/43: gnu: rust-thiserror-1: Update to 1.0.25., guix-commits, 2021/06/08
- 16/43: gnu: Add rust-similar-1., guix-commits, 2021/06/08
- 17/43: gnu: Add rust-ron-0.6.,
guix-commits <=
- 20/43: gnu: rust-pest-2: Update to 2.1.3., guix-commits, 2021/06/08
- 19/43: gnu: Add rust-winreg-0.8., guix-commits, 2021/06/08
- 11/43: gnu: rust-thiserror-impl-1: Update to 1.0.25., guix-commits, 2021/06/08
- 15/43: gnu: rust-zip-0.5: Update to 0.5.13., guix-commits, 2021/06/08
- 14/43: gnu: Add rust-clearscreen-1., guix-commits, 2021/06/08
- 07/43: gnu: Add rust-darling-0.12., guix-commits, 2021/06/08
- 09/43: gnu: Add rust-derive-builder-macro-0.10., guix-commits, 2021/06/08
- 13/43: gnu: Add rust-terminfo-0.7., guix-commits, 2021/06/08
- 18/43: gnu: Add rust-insta-1., guix-commits, 2021/06/08
- 24/43: gnu: Add rust-tectonic-errors-0.2., guix-commits, 2021/06/08