mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: monolith: Update to 2.7.0.
* gnu/packages/web.scm (monolith): Update to 2.7.0. [arguments]<#:cargo-inputs>: Update requirements for rust-clap, rust-cssparser, rust-percent-encoding, rust-sha2. Add rust-percent-encoding-2. <#:cargo-development-inputs>: Update requirements for rust-assert-cmd. Change-Id: Ib506412fe5ec0610839d95144aacc12335bff895
This commit is contained in:
parent
4d748d344b
commit
a89d08496d
1 changed files with 7 additions and 6 deletions
|
@ -448,7 +448,7 @@ (define-public ablorb
|
|||
(define-public monolith
|
||||
(package
|
||||
(name "monolith")
|
||||
(version "2.6.1")
|
||||
(version "2.7.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -457,23 +457,24 @@ (define-public monolith
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1pj4wnsw5a4ys79sqw68ib6zimaqlkplb89x6yncg949a6hj8516"))))
|
||||
(base32 "0ccwjsp8gdgp0wafc3zvlfmx3f58axc1k1ac80qha3g60xccqn56"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-atty" ,rust-atty-0.2)
|
||||
("rust-base64" ,rust-base64-0.13)
|
||||
("rust-chrono" ,rust-chrono-0.4)
|
||||
("rust-clap" ,rust-clap-2)
|
||||
("rust-cssparser" ,rust-cssparser-0.28)
|
||||
("rust-clap" ,rust-clap-3)
|
||||
("rust-cssparser" ,rust-cssparser-0.29)
|
||||
("rust-encoding-rs" ,rust-encoding-rs-0.8)
|
||||
("rust-html5ever" ,rust-html5ever-0.24)
|
||||
("rust-percent-encoding" ,rust-percent-encoding-2)
|
||||
("rust-regex" ,rust-regex-1)
|
||||
("rust-reqwest" ,rust-reqwest-0.11)
|
||||
("rust-sha2" ,rust-sha2-0.9)
|
||||
("rust-sha2" ,rust-sha2-0.10)
|
||||
("rust-url" ,rust-url-2))
|
||||
#:cargo-development-inputs
|
||||
(("rust-assert-cmd" ,rust-assert-cmd-1))))
|
||||
(("rust-assert-cmd" ,rust-assert-cmd-2))))
|
||||
(native-inputs
|
||||
(list pkg-config))
|
||||
(inputs
|
||||
|
|
Loading…
Reference in a new issue