[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/07: gnu: monolith: Update to 2.7.0.
|
From: |
guix-commits |
|
Subject: |
01/07: gnu: monolith: Update to 2.7.0. |
|
Date: |
Mon, 23 Oct 2023 19:10:44 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit a89d08496d7a70db68c1eb26c2709a3abba3c029
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Oct 23 15:26:18 2023 +0200
gnu: monolith: Update to 2.7.0.
* gnu/packages/web.scm (monolith): Update to 2.7.0.
[arguments]<#:cargo-inputs>: Update requirements for rust-clap,
rust-cssparser, rust-percent-encoding, rust-sha2. Add
rust-percent-encoding-2.
<#:cargo-development-inputs>: Update requirements for rust-assert-cmd.
Change-Id: Ib506412fe5ec0610839d95144aacc12335bff895
---
gnu/packages/web.scm | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index b46286c690..6e1b4308e0 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -448,7 +448,7 @@ replacing them with data URIs.")
(define-public monolith
(package
(name "monolith")
- (version "2.6.1")
+ (version "2.7.0")
(source
(origin
(method git-fetch)
@@ -457,23 +457,24 @@ replacing them with data URIs.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1pj4wnsw5a4ys79sqw68ib6zimaqlkplb89x6yncg949a6hj8516"))))
+ (base32 "0ccwjsp8gdgp0wafc3zvlfmx3f58axc1k1ac80qha3g60xccqn56"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
(("rust-atty" ,rust-atty-0.2)
("rust-base64" ,rust-base64-0.13)
("rust-chrono" ,rust-chrono-0.4)
- ("rust-clap" ,rust-clap-2)
- ("rust-cssparser" ,rust-cssparser-0.28)
+ ("rust-clap" ,rust-clap-3)
+ ("rust-cssparser" ,rust-cssparser-0.29)
("rust-encoding-rs" ,rust-encoding-rs-0.8)
("rust-html5ever" ,rust-html5ever-0.24)
+ ("rust-percent-encoding" ,rust-percent-encoding-2)
("rust-regex" ,rust-regex-1)
("rust-reqwest" ,rust-reqwest-0.11)
- ("rust-sha2" ,rust-sha2-0.9)
+ ("rust-sha2" ,rust-sha2-0.10)
("rust-url" ,rust-url-2))
#:cargo-development-inputs
- (("rust-assert-cmd" ,rust-assert-cmd-1))))
+ (("rust-assert-cmd" ,rust-assert-cmd-2))))
(native-inputs
(list pkg-config))
(inputs
- branch master updated (4d748d344b -> be223a9451), guix-commits, 2023/10/23
- 03/07: gnu: pyzo: Update to 4.13.3., guix-commits, 2023/10/23
- 01/07: gnu: monolith: Update to 2.7.0.,
guix-commits <=
- 06/07: gnu: xournalpp: Update to 1.2.2., guix-commits, 2023/10/23
- 05/07: gnu: tome4: Improve package style., guix-commits, 2023/10/23
- 02/07: gnu: crawl: Update to 0.30.1., guix-commits, 2023/10/23
- 04/07: gnu: tome4: Update to 1.7.6., guix-commits, 2023/10/23
- 07/07: gnu: nauty: Update to 2.8.6., guix-commits, 2023/10/23