[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
107/111: gnu: Add rust-cargo-toml-0.20.
From: |
guix-commits |
Subject: |
107/111: gnu: Add rust-cargo-toml-0.20. |
Date: |
Thu, 21 Nov 2024 08:33:41 -0500 (EST) |
efraim pushed a commit to branch rust-team
in repository guix.
commit 6b29773f253653277b49ecb5349bb62996fad12b
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Nov 21 15:04:35 2024 +0200
gnu: Add rust-cargo-toml-0.20.
* gnu/packages/crates-io.scm (rust-cargo-toml-0.20): New variable.
(rust-cargo-toml-0.19): Inherit from rust-cargo-toml-0.20.
Change-Id: I65ac70f717502455fcf00eed97b920352fe159c8
---
gnu/packages/crates-io.scm | 22 +++++++++++++++++++---
1 file changed, 19 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index e4e72d0c6e..dbf247e257 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -12234,17 +12234,17 @@ supported by Cargo.")
"This package provides a testing framework for Cargo's testsuite.")
(license (list license:expat license:asl2.0))))
-(define-public rust-cargo-toml-0.19
+(define-public rust-cargo-toml-0.20
(package
(name "rust-cargo-toml")
- (version "0.19.2")
+ (version "0.20.5")
(source
(origin
(method url-fetch)
(uri (crate-uri "cargo_toml" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
- (base32 "1gljfkdjx07fisn5xkklv56ki3p49ppf8fkry7c1psx28bgmd0x9"))))
+ (base32 "1h0srl8n4s0xs6bq9z9zpkni3brzkkm0fmw4g00cmd10qq9mmnl8"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs (("rust-serde" ,rust-serde-1)
@@ -12255,6 +12255,22 @@ supported by Cargo.")
parsing with Serde.")
(license (list license:asl2.0 license:expat))))
+(define-public rust-cargo-toml-0.19
+ (package
+ (inherit rust-cargo-toml-0.20)
+ (name "rust-cargo-toml")
+ (version "0.19.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "cargo_toml" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "1gljfkdjx07fisn5xkklv56ki3p49ppf8fkry7c1psx28bgmd0x9"))))
+ (arguments
+ `(#:cargo-inputs (("rust-serde" ,rust-serde-1)
+ ("rust-toml" ,rust-toml-0.8))))))
+
(define-public rust-cargo-toml-0.16
(package
(inherit rust-cargo-toml-0.19)
- 95/111: gnu: Add rust-include-flate-codegen-0.2., (continued)
- 95/111: gnu: Add rust-include-flate-codegen-0.2., guix-commits, 2024/11/21
- 99/111: gnu: vivid: Update to 0.10.1., guix-commits, 2024/11/21
- 100/111: gnu: rust-hyprland-0.3: Update to 0.3.13., guix-commits, 2024/11/21
- 97/111: gnu: rust-rust-embed-impl-8: Update to 8.5.0., guix-commits, 2024/11/21
- 111/111: gnu: rust-bindgen-cli: Update to 0.70.1., guix-commits, 2024/11/21
- 105/111: gnu: icedove-minimal: Fix build., guix-commits, 2024/11/21
- 103/111: gnu: Add xremap-kde., guix-commits, 2024/11/21
- 109/111: gnu: hyperfine: Update to 1.18.0., guix-commits, 2024/11/21
- 104/111: gnu: icecat-minimal: Fix build., guix-commits, 2024/11/21
- 15/111: gnu: rust-crates-io-0.40: Update to 0.40.5., guix-commits, 2024/11/21
- 107/111: gnu: Add rust-cargo-toml-0.20.,
guix-commits <=
- 92/111: gnu: Add rust-foldhash-0.1., guix-commits, 2024/11/21
- 108/111: gnu: cargo-machete: Update to 0.7.0., guix-commits, 2024/11/21
- 110/111: gnu: Add rust-bindgen-0.70., guix-commits, 2024/11/21