gnu: rust-object-0.28: Inherit from rust-object-0.29.
* gnu/packages/crates-io.scm (rust-object-0.28)[inherit]: New field. [build-system, home-page, synopsis, description, license]: Inherit.master
parent
706d1749a3
commit
1b42e42c7a
|
@ -39493,6 +39493,7 @@ file formats.")
|
||||||
|
|
||||||
(define-public rust-object-0.28
|
(define-public rust-object-0.28
|
||||||
(package
|
(package
|
||||||
|
(inherit rust-object-0.29)
|
||||||
(name "rust-object")
|
(name "rust-object")
|
||||||
(version "0.28.2")
|
(version "0.28.2")
|
||||||
(source
|
(source
|
||||||
|
@ -39504,7 +39505,6 @@ file formats.")
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1wgv6gx69rpn4jjqs24kvafwsic1q06iaafs5mb9hy34hp7c3x89"))))
|
"1wgv6gx69rpn4jjqs24kvafwsic1q06iaafs5mb9hy34hp7c3x89"))))
|
||||||
(build-system cargo-build-system)
|
|
||||||
(arguments
|
(arguments
|
||||||
`(#:skip-build? #t
|
`(#:skip-build? #t
|
||||||
#:cargo-inputs
|
#:cargo-inputs
|
||||||
|
@ -39529,13 +39529,7 @@ file formats.")
|
||||||
(substitute* "Cargo.toml"
|
(substitute* "Cargo.toml"
|
||||||
(("1.6.\\*")
|
(("1.6.\\*")
|
||||||
,(package-version rust-indexmap-1)))
|
,(package-version rust-indexmap-1)))
|
||||||
#t)))))
|
#t)))))))
|
||||||
(home-page "https://github.com/gimli-rs/object")
|
|
||||||
(synopsis "Unified interface for reading and writing object file formats")
|
|
||||||
(description
|
|
||||||
"This package provides a unified interface for reading and writing object
|
|
||||||
file formats.")
|
|
||||||
(license (list license:asl2.0 license:expat))))
|
|
||||||
|
|
||||||
(define-public rust-object-0.24
|
(define-public rust-object-0.24
|
||||||
(package
|
(package
|
||||||
|
|
Reference in New Issue