gnu: monolith: Update to 2.8.1.
* gnu/packages/web.scm (monolith): Update to 2.8.1. [cargo-inputs]: Replace rust-base64-0.13 with 0.21, rust-cssparser-0.29 with 0.33. Change-Id: I15e3c378ed2c35b313009ca1e66d239c1982b0d5
This commit is contained in:
parent
b6b715f639
commit
1a7ee5a8c8
@ -468,24 +468,24 @@ replacing them with data URIs.")
|
|||||||
(define-public monolith
|
(define-public monolith
|
||||||
(package
|
(package
|
||||||
(name "monolith")
|
(name "monolith")
|
||||||
(version "2.7.0")
|
(version "2.8.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/Y2Z/monolith.git")
|
(url "https://github.com/Y2Z/monolith")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0ccwjsp8gdgp0wafc3zvlfmx3f58axc1k1ac80qha3g60xccqn56"))))
|
(base32 "0xr63302yb5k9c2sihd1iy97j5c44d4jrzfaiwm81d9li577ih58"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:cargo-inputs
|
||||||
(("rust-atty" ,rust-atty-0.2)
|
(("rust-atty" ,rust-atty-0.2)
|
||||||
("rust-base64" ,rust-base64-0.13)
|
("rust-base64" ,rust-base64-0.21)
|
||||||
("rust-chrono" ,rust-chrono-0.4)
|
("rust-chrono" ,rust-chrono-0.4)
|
||||||
("rust-clap" ,rust-clap-3)
|
("rust-clap" ,rust-clap-3)
|
||||||
("rust-cssparser" ,rust-cssparser-0.29)
|
("rust-cssparser" ,rust-cssparser-0.33)
|
||||||
("rust-encoding-rs" ,rust-encoding-rs-0.8)
|
("rust-encoding-rs" ,rust-encoding-rs-0.8)
|
||||||
("rust-html5ever" ,rust-html5ever-0.24)
|
("rust-html5ever" ,rust-html5ever-0.24)
|
||||||
("rust-percent-encoding" ,rust-percent-encoding-2)
|
("rust-percent-encoding" ,rust-percent-encoding-2)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user