gnu: rust-autocfg-1: Update to 1.4.0.

* gnu/packages/crates-io.scm (rust-autocfg-1): Update to 1.4.0.
[arguments]: Add cargo-test-flags.

Change-Id: I20a8149e81f23a8a68d5a0db0d2253d55f1c073b
This commit is contained in:
Efraim Flashner 2024-12-19 22:32:39 +02:00
parent 00e416ed0d
commit 12f0b0a150
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -6657,15 +6657,17 @@ (define-public rust-autocompress-0.2
(define-public rust-autocfg-1
(package
(name "rust-autocfg")
(version "1.1.0")
(version "1.4.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "autocfg" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1ylp3cb47ylzabimazvbz9ms6ap784zhb6syaz6c1jqpmcmq0s6l"))))
(base32 "09lz3by90d2hphbq56znag9v87gfpd9gb8nr82hll8z6x2nhprdc"))))
(build-system cargo-build-system)
(arguments
(list #:cargo-test-flags '(list "--" "--skip=test_wrappers")))
(home-page "https://github.com/cuviper/autocfg")
(synopsis "Automatic configuration for Rust compiler features")
(description