mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 10:16:45 +01:00
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:
parent
00e416ed0d
commit
12f0b0a150
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue