[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
291/379: gnu: Add rust-serde-yaml-0.9.
From: |
guix-commits |
Subject: |
291/379: gnu: Add rust-serde-yaml-0.9. |
Date: |
Thu, 29 Jun 2023 12:34:57 -0400 (EDT) |
efraim pushed a commit to branch rust-team
in repository guix.
commit f42d51ee3d1eaa3872cf22e8190ebf2c40609b36
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon May 22 17:10:15 2023 +0300
gnu: Add rust-serde-yaml-0.9.
* gnu/packages/crates-io.scm (rust-serde-yaml-0.9): New variable.
(rust-serde-yaml-0.8): Inherit from rust-serde-yaml-0.9.
---
gnu/packages/crates-io.scm | 36 ++++++++++++++++++++++++++++++------
1 file changed, 30 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 96b977e97e..36bf3d8d60 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -57035,8 +57035,37 @@ for later processing.")
(compatible with 0.9+)")
(license license:expat)))
+(define-public rust-serde-yaml-0.9
+ (package
+ (name "rust-serde-yaml")
+ (version "0.9.21")
+ (source (origin
+ (method url-fetch)
+ (uri (crate-uri "serde-yaml" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32
+ "1714w6f5b2g4svha9r96cirz05mc0d9xfaxkcrabzqvxxkiq9mnr"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:cargo-inputs
+ (("rust-indexmap" ,rust-indexmap-1)
+ ("rust-itoa" ,rust-itoa-1)
+ ("rust-ryu" ,rust-ryu-1)
+ ("rust-serde" ,rust-serde-1)
+ ("rust-unsafe-libyaml" ,rust-unsafe-libyaml-0.2))
+ #:cargo-development-inputs
+ (("rust-anyhow" ,rust-anyhow-1)
+ ("rust-indoc" ,rust-indoc-2)
+ ("rust-serde-derive" ,rust-serde-derive-1))))
+ (home-page "https://github.com/dtolnay/serde-yaml")
+ (synopsis "YAML support for Serde")
+ (description "This package provides YAML support for Serde.")
+ (license (list license:expat license:asl2.0))))
+
(define-public rust-serde-yaml-0.8
(package
+ (inherit rust-serde-yaml-0.9)
(name "rust-serde-yaml")
(version "0.8.26")
(source
@@ -57046,7 +57075,6 @@ for later processing.")
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "06y7gxy312mink8nsnmci9cw0ykpgsdcxmayg0snmdbnnwrp92jp"))))
- (build-system cargo-build-system)
(arguments
`(#:cargo-inputs
(("rust-indexmap" ,rust-indexmap-1)
@@ -57056,11 +57084,7 @@ for later processing.")
#:cargo-development-inputs
(("rust-anyhow" ,rust-anyhow-1)
("rust-indoc" ,rust-indoc-1)
- ("rust-serde-derive" ,rust-serde-derive-1))))
- (home-page "https://github.com/dtolnay/serde-yaml")
- (synopsis "YAML support for Serde")
- (description "This package provides YAML support for Serde.")
- (license (list license:expat license:asl2.0))))
+ ("rust-serde-derive" ,rust-serde-derive-1))))))
(define-public rust-serdect-0.2
(package
- 222/379: gnu: Remove rust-syntex-0.58., (continued)
- 222/379: gnu: Remove rust-syntex-0.58., guix-commits, 2023/06/29
- 237/379: gnu: Add rust-afl-0.12., guix-commits, 2023/06/29
- 244/379: gnu: Add rust-anstyle-wincon-1., guix-commits, 2023/06/29
- 261/379: gnu: Add rust-ecb-0.1., guix-commits, 2023/06/29
- 277/379: gnu: Add rust-object-0.30., guix-commits, 2023/06/29
- 280/379: gnu: rust-pest-derive-2: Update to 2.6.0., guix-commits, 2023/06/29
- 283/379: gnu: Add rust-pkcs1-0.7., guix-commits, 2023/06/29
- 284/379: gnu: Add rust-print-bytes-1., guix-commits, 2023/06/29
- 287/379: gnu: Add rust-rsa-0.9., guix-commits, 2023/06/29
- 290/379: gnu: rust-rustversion-1: Update to 1.0.12., guix-commits, 2023/06/29
- 291/379: gnu: Add rust-serde-yaml-0.9.,
guix-commits <=
- 296/379: gnu: Add rust-state-0.5., guix-commits, 2023/06/29
- 297/379: gnu: Add rust-subplotlib-derive-0.7., guix-commits, 2023/06/29
- 325/379: gnu: Add rust-test-log-0.2., guix-commits, 2023/06/29
- 309/379: gnu: Add rust-sequoia-cert-store-0.3., guix-commits, 2023/06/29
- 322/379: gnu: Add rust-unescape-0.1., guix-commits, 2023/06/29
- 324/379: gnu: Add rust-trust-dns-client-0.22., guix-commits, 2023/06/29
- 326/379: gnu: Add rust-tempfile-fast-0.3., guix-commits, 2023/06/29
- 307/379: gnu: Add rust-sequoia-wot-0.8., guix-commits, 2023/06/29
- 305/379: gnu: Add rust-xml5ever-0.17., guix-commits, 2023/06/29
- 331/379: gnu: Add rust-roff-0.2., guix-commits, 2023/06/29