me
/
guix
Archived
1
0
Fork 0

gnu: rust-escargot-0.5: Update to 0.5.7.

* gnu/packages/crates-io.scm (rust-escargot-0.5): Update to 0.5.7.
[arguments]<cargo-inputs>: Remove rust-lazy-static-1. Add
rust-once-cell-1.
<cargo-development-inputs>: Replace rust-assert-fs-0.11 with 1.
master
Efraim Flashner 2022-04-03 10:58:25 +03:00
parent f9fbdb5bbf
commit 73e2312802
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 5 additions and 6 deletions

View File

@ -20681,7 +20681,7 @@ decoding.")
(define-public rust-escargot-0.5 (define-public rust-escargot-0.5
(package (package
(name "rust-escargot") (name "rust-escargot")
(version "0.5.0") (version "0.5.7")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -20689,18 +20689,17 @@ decoding.")
(file-name (file-name
(string-append name "-" version ".tar.gz")) (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32 "19h1yvg9x7lvyb7p75ypyb94sacns5dkxwc4fa56mcksgnhlnn7m"))))
"0vd9phbpd6yrnsksn2as8flvq8ykzvck2zlz143xpp42qaz9dkvl"))))
(build-system cargo-build-system) (build-system cargo-build-system)
(arguments (arguments
`(#:tests? #f ; not all test files included `(#:tests? #f ; not all test files included
#:cargo-inputs #:cargo-inputs
(("rust-lazy-static" ,rust-lazy-static-1) (("rust-log" ,rust-log-0.4)
("rust-log" ,rust-log-0.4) ("rust-once-cell" ,rust-once-cell-1)
("rust-serde" ,rust-serde-1) ("rust-serde" ,rust-serde-1)
("rust-serde-json" ,rust-serde-json-1)) ("rust-serde-json" ,rust-serde-json-1))
#:cargo-development-inputs #:cargo-development-inputs
(("rust-assert-fs" ,rust-assert-fs-0.11)))) (("rust-assert-fs" ,rust-assert-fs-1))))
(home-page "https://github.com/crate-ci/escargot") (home-page "https://github.com/crate-ci/escargot")
(synopsis "Cargo API written in Paris") (synopsis "Cargo API written in Paris")
(description "Cargo API written in Paris.") (description "Cargo API written in Paris.")