mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: Remove rust-object-0.22.
* gnu/packages/crates-io.scm (rust-object-0.22): Delete variable.
This commit is contained in:
parent
ff0023222f
commit
48afd9938b
1 changed files with 0 additions and 23 deletions
|
@ -36868,29 +36868,6 @@ (define-public rust-object-0.23
|
||||||
("rust-rustc-std-workspace-core" ,rust-rustc-std-workspace-core-1)
|
("rust-rustc-std-workspace-core" ,rust-rustc-std-workspace-core-1)
|
||||||
("rust-wasmparser" ,rust-wasmparser-0.57))))))
|
("rust-wasmparser" ,rust-wasmparser-0.57))))))
|
||||||
|
|
||||||
(define-public rust-object-0.22
|
|
||||||
(package
|
|
||||||
(inherit rust-object-0.23)
|
|
||||||
(name "rust-object")
|
|
||||||
(version "0.22.0")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (crate-uri "object" version))
|
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
|
||||||
(sha256
|
|
||||||
(base32 "15r383qxxwq08q3a5rfqhp971wd0nixd9ny22xw37jy31qv66fwd"))))
|
|
||||||
(arguments
|
|
||||||
`(#:skip-build? #t
|
|
||||||
#:cargo-inputs
|
|
||||||
(("rust-compiler-builtins" ,rust-compiler-builtins-0.1)
|
|
||||||
("rust-crc32fast" ,rust-crc32fast-1)
|
|
||||||
("rust-flate2" ,rust-flate2-1)
|
|
||||||
("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-wasmparser" ,rust-wasmparser-0.57))))))
|
|
||||||
|
|
||||||
(define-public rust-odds-0.3
|
(define-public rust-odds-0.3
|
||||||
(package
|
(package
|
||||||
(name "rust-odds")
|
(name "rust-odds")
|
||||||
|
|
Loading…
Reference in a new issue