gnu: rust-axum-macros-0.4: Update to 0.4.2.

* gnu/packages/crates-web.scm (rust-axum-macros-0.4): Update to 0.4.2.
[arguments]: Don't skip the tests.
[cargo-inputs]: Remove rust-heck-0.4.

Change-Id: Iaa01db5a39feb7ab4b35bb318302077c5d58ed42
This commit is contained in:
Efraim Flashner 2024-12-23 19:41:30 +02:00
parent e9eb4300da
commit 21928ecc29
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -2384,19 +2384,17 @@ (define-public rust-axum-core-0.3
(define-public rust-axum-macros-0.4
(package
(name "rust-axum-macros")
(version "0.4.1")
(version "0.4.2")
(source
(origin
(method url-fetch)
(uri (crate-uri "axum-macros" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1ahfy8z5z2xlibj41gyr2jm84di1x1s660g13jcfajh15pp5bh00"))))
(base32 "1klv77c889jm05bzayaaiinalarhvh2crc2w4nvp3l581xaj7lap"))))
(build-system cargo-build-system)
(arguments
`(#:tests? #f ; Tests unexpectedly pass.
#:cargo-inputs (("rust-heck" ,rust-heck-0.4)
("rust-proc-macro2" ,rust-proc-macro2-1)
`(#:cargo-inputs (("rust-proc-macro2" ,rust-proc-macro2-1)
("rust-quote" ,rust-quote-1)
("rust-syn" ,rust-syn-2))
#:cargo-development-inputs (("rust-axum" ,rust-axum-0.7)