mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 01:26:43 +01:00
gnu: Add rust-gimli-0.31.
* gnu/packages/crates-io.scm (rust-gimli-0.31): New variable. (rust-gimli-0.28): Inherit from rust-gimli-0.31. Change-Id: I4cb4be02e6334efc2ac37c1a312022b3ea15e175
This commit is contained in:
parent
c50e388672
commit
26c8dfb032
1 changed files with 26 additions and 3 deletions
|
@ -30189,17 +30189,17 @@ (define-public rust-ghost-0.1
|
|||
;; Either license can be chosen at the users option.
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-gimli-0.28
|
||||
(define-public rust-gimli-0.31
|
||||
(package
|
||||
(name "rust-gimli")
|
||||
(version "0.28.1")
|
||||
(version "0.31.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "gimli" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0lv23wc8rxvmjia3mcxc6hj9vkqnv1bqq0h8nzjcgf71mrxx6wa2"))))
|
||||
(base32 "0r1d55xdi1k2l5ah9p0n23i93pm47cl8apjm8rwgqd1j7yi5w21j"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
|
@ -30217,6 +30217,29 @@ (define-public rust-gimli-0.28
|
|||
debugging format.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-gimli-0.28
|
||||
(package
|
||||
(inherit rust-gimli-0.31)
|
||||
(name "rust-gimli")
|
||||
(version "0.28.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "gimli" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0lv23wc8rxvmjia3mcxc6hj9vkqnv1bqq0h8nzjcgf71mrxx6wa2"))))
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-compiler-builtins" ,rust-compiler-builtins-0.1)
|
||||
("rust-fallible-iterator" ,rust-fallible-iterator-0.3)
|
||||
("rust-indexmap" ,rust-indexmap-2)
|
||||
("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-test-assembler" ,rust-test-assembler-0.1))))))
|
||||
|
||||
(define-public rust-gimli-0.27
|
||||
(package
|
||||
(inherit rust-gimli-0.28)
|
||||
|
|
Loading…
Reference in a new issue