Archived
1
0
Fork 0

gnu: monolith: Update to 2.6.0.

* gnu/packages/web.scm (monolith): Update to 2.6.0.
This commit is contained in:
Nicolas Goaziou 2021-06-12 23:44:32 +02:00
parent 179731852c
commit aab3eb4e3f
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -317,7 +317,7 @@ Interface} specification.")
(define-public monolith (define-public monolith
(package (package
(name "monolith") (name "monolith")
(version "2.5.0") (version "2.6.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -326,7 +326,7 @@ Interface} specification.")
(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 "0s6jyhz51d39ccz0ghr7hy1fww84b0pzsyb8s63qgxbndp2c42l0")))) (base32 "0rz0b1fvyn94s4izzzrxyijwzc0np80qgmbwvg983nnzpzfr33ai"))))
(build-system cargo-build-system) (build-system cargo-build-system)
(arguments (arguments
`(#:cargo-inputs `(#:cargo-inputs
@ -335,6 +335,7 @@ Interface} specification.")
("rust-chrono" ,rust-chrono-0.4) ("rust-chrono" ,rust-chrono-0.4)
("rust-clap" ,rust-clap-2) ("rust-clap" ,rust-clap-2)
("rust-cssparser" ,rust-cssparser-0.28) ("rust-cssparser" ,rust-cssparser-0.28)
("rust-encoding-rs" ,rust-encoding-rs-0.8)
("rust-html5ever" ,rust-html5ever-0.24) ("rust-html5ever" ,rust-html5ever-0.24)
("rust-regex" ,rust-regex-1) ("rust-regex" ,rust-regex-1)
("rust-reqwest" ,rust-reqwest-0.11) ("rust-reqwest" ,rust-reqwest-0.11)