[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
376/459: gnu: rust-nom-derive-0.7: Update to 0.10.1.
From: |
guix-commits |
Subject: |
376/459: gnu: rust-nom-derive-0.7: Update to 0.10.1. |
Date: |
Mon, 24 Apr 2023 15:03:58 -0400 (EDT) |
efraim pushed a commit to branch rust-team
in repository guix.
commit 947db545b5a7ecca5a0e983e45e215923e955d5a
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Apr 17 20:58:19 2023 +0300
gnu: rust-nom-derive-0.7: Update to 0.10.1.
* gnu/packages/crates-io.scm (rust-nom-derive-0.10): New variable.
(rust-nom-derive-0.7): Remove variable.
---
gnu/packages/crates-io.scm | 15 +++++++--------
1 file changed, 7 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 7116c20950..4860e40460 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -38309,10 +38309,10 @@ combinators library.")
combinators library (fork for proposals for v8)")
(license license:expat)))
-(define-public rust-nom-derive-0.7
+(define-public rust-nom-derive-0.10
(package
(name "rust-nom-derive")
- (version "0.7.2")
+ (version "0.10.1")
(source
(origin
(method url-fetch)
@@ -38321,16 +38321,15 @@ combinators library (fork for proposals for v8)")
(string-append name "-" version ".tar.gz"))
(sha256
(base32
- "1xwbbkfhr8zrlcknlj75l50rp2b267qm9sd8vphx6gwzyg24n2zz"))))
+ "19vrbhkn47zw5sks17ril7aryzx0ixg62n0ddrxbil48igb47y8z"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
- (("rust-proc-macro2" ,rust-proc-macro2-1)
- ("rust-quote" ,rust-quote-1)
- ("rust-syn" ,rust-syn-1))
+ (("rust-nom" ,rust-nom-7)
+ ("rust-nom-derive-impl" ,rust-nom-derive-impl-0.10)
+ ("rust-rustversion" ,rust-rustversion-1))
#:cargo-development-inputs
- (("rust-nom" ,rust-nom-6)
- ("rust-pretty-assertions" ,rust-pretty-assertions-0.7)
+ (("rust-pretty-assertions" ,rust-pretty-assertions-0.7)
("rust-trybuild" ,rust-trybuild-1))))
(home-page "https://github.com/rust-bakery/nom-derive")
(synopsis "Custom derive nom parsers from struct")
- 350/459: gnu: rust-quote-1: Update to 1.0.25., (continued)
- 350/459: gnu: rust-quote-1: Update to 1.0.25., guix-commits, 2023/04/24
- 353/459: gnu: Add rust-castaway-0.2., guix-commits, 2023/04/24
- 355/459: gnu: rust-syn-1: Update to 1.0.109., guix-commits, 2023/04/24
- 360/459: gnu: Add rust-windows-interface-0.46., guix-commits, 2023/04/24
- 385/459: gnu: rust-cargo-edit: Fix build., guix-commits, 2023/04/24
- 358/459: gnu: Add rust-test-strategy-0.2., guix-commits, 2023/04/24
- 381/459: gnu: sniffglue: Update to 0.15.0., guix-commits, 2023/04/24
- 366/459: gnu: rust: Disable tests that fail on aarch64., guix-commits, 2023/04/24
- 365/459: gnu: Add python-orjson., guix-commits, 2023/04/24
- 380/459: gnu: rust-syscallz-0.15: Update to 0.16.2., guix-commits, 2023/04/24
- 376/459: gnu: rust-nom-derive-0.7: Update to 0.10.1.,
guix-commits <=
- 379/459: gnu: rust-pledge-0.3: Update to 0.4.2., guix-commits, 2023/04/24
- 368/459: gnu: Add rust-bitflags-2., guix-commits, 2023/04/24
- 369/459: gnu: rust-curl-sys-0.4: Update to 0.4.61+curl-8.0.1., guix-commits, 2023/04/24
- 372/459: gnu: rust-fastrand-1: Update to 1.9.0., guix-commits, 2023/04/24
- 390/459: gnu: Add rust-objc-sys-0.2., guix-commits, 2023/04/24
- 392/459: gnu: Add rust-objc2-encode-2., guix-commits, 2023/04/24
- 393/459: gnu: Add rust-objc2-0.3., guix-commits, 2023/04/24
- 395/459: gnu: rust-wayland-client-0.29: Update to 0.29.5., guix-commits, 2023/04/24
- 397/459: gnu: rust-wayland-cursor-0.29: Update to 0.29.5., guix-commits, 2023/04/24
- 398/459: gnu: rust-wayland-egl-0.29: Update to 0.29.5., guix-commits, 2023/04/24