gnu: monolith: Update to 2.6.1.

* gnu/packages/web.scm (monolith): Update to 2.6.1.
This commit is contained in:
Nicolas Goaziou 2021-07-05 08:56:29 +02:00
parent f0fe5f69e8
commit 9ea656c345
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -318,7 +318,7 @@ (define-public mod-wsgi
(define-public monolith
(package
(name "monolith")
(version "2.6.0")
(version "2.6.1")
(source
(origin
(method git-fetch)
@ -327,7 +327,7 @@ (define-public monolith
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0rz0b1fvyn94s4izzzrxyijwzc0np80qgmbwvg983nnzpzfr33ai"))))
(base32 "1pj4wnsw5a4ys79sqw68ib6zimaqlkplb89x6yncg949a6hj8516"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
@ -343,8 +343,7 @@ (define-public monolith
("rust-sha2" ,rust-sha2-0.9)
("rust-url" ,rust-url-2))
#:cargo-development-inputs
(("rust-assert-cmd" ,rust-assert-cmd-1)
("rust-tempfile" ,rust-tempfile-3))))
(("rust-assert-cmd" ,rust-assert-cmd-1))))
(native-inputs
`(("pkg-config" ,pkg-config)))
(inputs