gnu: Add rust-object-0.27.

* gnu/packages/crates-io.scm (rust-object-0.27): New variable.
This commit is contained in:
Ricardo Wurmus 2022-08-25 22:00:38 +02:00
parent 1b42e42c7a
commit 8fcdfa498d
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -39531,6 +39531,30 @@ (define-public rust-object-0.28
,(package-version rust-indexmap-1)))
#t)))))))
(define-public rust-object-0.27
(package
(inherit rust-object-0.28)
(name "rust-object")
(version "0.27.1")
(source (origin
(method url-fetch)
(uri (crate-uri "object" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"1ygv9zgi9wz6q5f2z9xn72i0c97jjr1dgj30kbyicdhxk8zivb37"))))
(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-memchr" ,rust-memchr-2)
("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-object-0.24
(package
(inherit rust-object-0.28)