gnu: monolith: Update to 2.5.0.
* gnu/packages/web.scm (monolith): Update to 2.5.0.
This commit is contained in:
parent
b7c5f27579
commit
08f1400bec
1 changed files with 2 additions and 2 deletions
|
@ -317,7 +317,7 @@ Interface} specification.")
|
||||||
(define-public monolith
|
(define-public monolith
|
||||||
(package
|
(package
|
||||||
(name "monolith")
|
(name "monolith")
|
||||||
(version "2.4.1")
|
(version "2.5.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 "1z0bcvk2cvx2cd0hs8addzcb070xvrkcxvg25691xw0ikiynpkwz"))))
|
(base32 "0s6jyhz51d39ccz0ghr7hy1fww84b0pzsyb8s63qgxbndp2c42l0"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:cargo-inputs
|
||||||
|
|
Reference in a new issue