mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 23:36:35 +01:00
gnu: rust-object-0.36: Update to 0.36.5.
* gnu/packages/crates-io.scm (rust-object-0.36): Update to 0.36.5. [arguments]: Simply #:cargo-test-flags. {#:cargo-inputs}: Update rust-hashbrown to 0.15. Change-Id: I06b78b73115c4078acb0604c3ac6d45566d42d96 Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
cca1d4d92f
commit
071c05d2f8
1 changed files with 6 additions and 9 deletions
|
@ -52369,28 +52369,25 @@ (define-public rust-obj-0.9
|
|||
(define-public rust-object-0.36
|
||||
(package
|
||||
(name "rust-object")
|
||||
(version "0.36.4")
|
||||
(version "0.36.5")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "object" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "02h7k38dwi8rndc3y81n6yjxijbss99p2jm9c0b6ak5c45c1lkq8"))))
|
||||
(base32 "0gk8lhbs229c68lapq6w6qmnm4jkj48hrcw5ilfyswy514nhmpxf"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-test-flags
|
||||
'("--release" "--"
|
||||
;; Not all files are included
|
||||
"--skip=read::coff::coff_extended_relocations"
|
||||
"--skip=read::elf::get_buildid_bad_elf"
|
||||
"--skip=read::elf::get_buildid_less_bad_elf"
|
||||
"--skip=read::macho::test_go_macho")
|
||||
;; The parse_self test correspond to the unit tests; the integration
|
||||
;; tests have some failures for unknown reasons.
|
||||
'("--release" "parse_self" "--")
|
||||
#:cargo-inputs
|
||||
(("rust-compiler-builtins" ,rust-compiler-builtins-0.1)
|
||||
("rust-crc32fast" ,rust-crc32fast-1)
|
||||
("rust-flate2" ,rust-flate2-1)
|
||||
("rust-hashbrown" ,rust-hashbrown-0.14)
|
||||
("rust-hashbrown" ,rust-hashbrown-0.15)
|
||||
("rust-indexmap" ,rust-indexmap-2)
|
||||
("rust-memchr" ,rust-memchr-2)
|
||||
("rust-rustc-std-workspace-alloc" ,rust-rustc-std-workspace-alloc-1)
|
||||
|
|
Loading…
Reference in a new issue