[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/32: gnu: rust-enum-dispatch-0.3: Update to 0.3.13.
From: |
guix-commits |
Subject: |
01/32: gnu: rust-enum-dispatch-0.3: Update to 0.3.13. |
Date: |
Sun, 15 Dec 2024 11:03:12 -0500 (EST) |
efraim pushed a commit to branch rust-team
in repository guix.
commit 3dea6506fdf34c67fa0f679ca4bfba0f00d34735
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Dec 15 14:04:13 2024 +0200
gnu: rust-enum-dispatch-0.3: Update to 0.3.13.
* gnu/packages/crates-io.scm (rust-enum-dispatch-0.3): Update to 0.3.13.
[arguments]: Don't skip the build. Skip the tests.
[cargo-inputs]: Replace rust-syn-1 with 2.
[cargo-development-inputs]: Replace rust-rand-0.6 with 0.5.
Change-Id: If76260579c3e26bc0a72755ffe16ac9dcc119fc2
---
gnu/packages/crates-io.scm | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 764aca0ead..6ffbdd2925 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -25397,14 +25397,14 @@ accessor functions on enums.")
(define-public rust-enum-dispatch-0.3
(package
(name "rust-enum-dispatch")
- (version "0.3.11")
+ (version "0.3.13")
(source (origin
(method url-fetch)
(uri (crate-uri "enum_dispatch" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
- "1qlxlxjvy92s0fwcwlnd2cdkkyml1755xap2lq8v4812hsanxwqi"))
+ "1kby2jz173ggg7wk41vjsskmkdyx7749ll8lhqhv6mb5qqmww65a"))
(modules '((guix build utils)))
(snippet
'(begin (substitute* "Cargo.toml"
@@ -25413,16 +25413,16 @@ accessor functions on enums.")
(build-system cargo-build-system)
(arguments
(list
- #:skip-build? #t ; Needs newer version of rust-smol
+ #:tests? #f ; `#![feature]` may not be used on the stable release
channel
#:cargo-inputs
`(("rust-once-cell" ,rust-once-cell-1)
("rust-proc-macro2" ,rust-proc-macro2-1)
("rust-quote" ,rust-quote-1)
- ("rust-syn" ,rust-syn-1))
+ ("rust-syn" ,rust-syn-2))
#:cargo-development-inputs
`(("rust-custom-derive" ,rust-custom-derive-0.1)
("rust-enum-derive" ,rust-enum-derive-0.1)
- ("rust-rand" ,rust-rand-0.6)
+ ("rust-rand" ,rust-rand-0.5)
("rust-serde" ,rust-serde-1)
("rust-serde-json" ,rust-serde-json-1)
("rust-smol" ,rust-smol-1))))
- branch rust-team updated (8ebfd7f690 -> 647a4132ae), guix-commits, 2024/12/15
- 03/32: gnu: rust-strum-macros-0.26: Update to 0.26.4., guix-commits, 2024/12/15
- 01/32: gnu: rust-enum-dispatch-0.3: Update to 0.3.13.,
guix-commits <=
- 02/32: gnu: Add rust-jiter-0.5., guix-commits, 2024/12/15
- 04/32: gnu: rust-strum-0.26: Update to 0.26.3., guix-commits, 2024/12/15
- 06/32: gnu: rust-smol-1: Update to 1.3.0., guix-commits, 2024/12/15
- 07/32: gnu: rust-smallvec-0.6: Update to 0.6.14., guix-commits, 2024/12/15
- 10/32: gnu: Add rust-pyo3-macros-0.22., guix-commits, 2024/12/15
- 12/32: gnu: Add rust-pyo3-ffi-0.22., guix-commits, 2024/12/15
- 13/32: gnu: Add rust-pyo3-build-config-0.22., guix-commits, 2024/12/15
- 17/32: gnu: rust-openssl-macros-0.1: Update to 0.1.1., guix-commits, 2024/12/15
- 18/32: gnu: rust-openssl-0.10: Update to 0.10.68., guix-commits, 2024/12/15
- 14/32: gnu: rust-cc-1: Update to 1.2.4., guix-commits, 2024/12/15