gnu: Add rust-gimli-0.27.
* gnu/packages/crates-io.scm (rust-gimli-0.27): New variable. (rust-gimli-0.26): Inherit from rust-gimli-0.27.
This commit is contained in:
parent
0e61503805
commit
0d9dfd3c98
@ -25752,8 +25752,46 @@ permitted in ordinary Rust.")
|
|||||||
;; Either license can be chosen at the users option.
|
;; Either license can be chosen at the users option.
|
||||||
(license (list license:expat license:asl2.0))))
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
|
(define-public rust-gimli-0.27
|
||||||
|
(package
|
||||||
|
(name "rust-gimli")
|
||||||
|
(version "0.27.2")
|
||||||
|
(source (origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "gimli" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"1d5v6jjchf4872jynjsg5ni4vankm1341bas8qindygb6g9962md"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-inputs
|
||||||
|
(("rust-compiler-builtins" ,rust-compiler-builtins-0.1)
|
||||||
|
("rust-fallible-iterator" ,rust-fallible-iterator-0.2)
|
||||||
|
("rust-indexmap" ,rust-indexmap-1)
|
||||||
|
("rust-rustc-std-workspace-alloc" ,rust-rustc-std-workspace-alloc-1)
|
||||||
|
("rust-rustc-std-workspace-core" ,rust-rustc-std-workspace-core-1)
|
||||||
|
("rust-stable-deref-trait" ,rust-stable-deref-trait-1))
|
||||||
|
#:cargo-development-inputs
|
||||||
|
(("rust-crossbeam" ,rust-crossbeam-0.8)
|
||||||
|
("rust-getopts" ,rust-getopts-0.2)
|
||||||
|
("rust-memmap2" ,rust-memmap2-0.5)
|
||||||
|
("rust-num-cpus" ,rust-num-cpus-1)
|
||||||
|
("rust-object" ,rust-object-0.30)
|
||||||
|
("rust-rayon" ,rust-rayon-1)
|
||||||
|
("rust-regex" ,rust-regex-1)
|
||||||
|
("rust-test-assembler" ,rust-test-assembler-0.1)
|
||||||
|
("rust-typed-arena" ,rust-typed-arena-2))))
|
||||||
|
(home-page "https://github.com/gimli-rs/gimli")
|
||||||
|
(synopsis "Library for reading and writing the DWARF debugging format")
|
||||||
|
(description
|
||||||
|
"This package provides a library for reading and writing the DWARF
|
||||||
|
debugging format.")
|
||||||
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
(define-public rust-gimli-0.26
|
(define-public rust-gimli-0.26
|
||||||
(package
|
(package
|
||||||
|
(inherit rust-gimli-0.27)
|
||||||
(name "rust-gimli")
|
(name "rust-gimli")
|
||||||
(version "0.26.2")
|
(version "0.26.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
@ -25763,7 +25801,6 @@ permitted in ordinary Rust.")
|
|||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0pafbk64rznibgnvfidhm1pqxd14a5s9m50yvsgnbv38b8n0w0r2"))))
|
"0pafbk64rznibgnvfidhm1pqxd14a5s9m50yvsgnbv38b8n0w0r2"))))
|
||||||
(build-system cargo-build-system)
|
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:cargo-inputs
|
||||||
(("rust-compiler-builtins" ,rust-compiler-builtins-0.1)
|
(("rust-compiler-builtins" ,rust-compiler-builtins-0.1)
|
||||||
@ -25779,13 +25816,7 @@ permitted in ordinary Rust.")
|
|||||||
("rust-memmap2" ,rust-memmap2-0.5)
|
("rust-memmap2" ,rust-memmap2-0.5)
|
||||||
("rust-object" ,rust-object-0.29)
|
("rust-object" ,rust-object-0.29)
|
||||||
("rust-test-assembler" ,rust-test-assembler-0.1)
|
("rust-test-assembler" ,rust-test-assembler-0.1)
|
||||||
("rust-typed-arena" ,rust-typed-arena-2))))
|
("rust-typed-arena" ,rust-typed-arena-2))))))
|
||||||
(home-page "https://github.com/gimli-rs/gimli")
|
|
||||||
(synopsis "Library for reading and writing the DWARF debugging format")
|
|
||||||
(description
|
|
||||||
"This package provides a library for reading and writing the DWARF
|
|
||||||
debugging format.")
|
|
||||||
(license (list license:asl2.0 license:expat))))
|
|
||||||
|
|
||||||
(define-public rust-git-version-0.3
|
(define-public rust-git-version-0.3
|
||||||
(package
|
(package
|
||||||
|
Loading…
Reference in New Issue
Block a user