mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: monolith: Update to 2.6.1.
* gnu/packages/web.scm (monolith): Update to 2.6.1.
This commit is contained in:
parent
f0fe5f69e8
commit
9ea656c345
1 changed files with 3 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue