[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
34/65: gnu: rust-markup5ever-0.10: Update to 0.10.1.
From: |
guix-commits |
Subject: |
34/65: gnu: rust-markup5ever-0.10: Update to 0.10.1. |
Date: |
Sun, 15 Jan 2023 04:32:50 -0500 (EST) |
efraim pushed a commit to branch staging
in repository guix.
commit 1bf6950e0ca3de2c87cf543ed6a336f0ca7004c0
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sat Jan 14 22:16:01 2023 +0200
gnu: rust-markup5ever-0.10: Update to 0.10.1.
* gnu/packages/crates-io.scm (rust-markup5ever-0.10): Update to 0.10.1.
[cargo-inputs]: Remove rust-serde-1, rust-serde-derive-1,
rust-serde-json-1. Sort alphabetically.
---
gnu/packages/crates-io.scm | 13 +++++--------
1 file changed, 5 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 56388b2ebc..59c7a14523 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -32211,7 +32211,7 @@ algorithms. It supports CBC block cipher mode, PKCS5
padding and 64, 128,
(define-public rust-markup5ever-0.10
(package
(name "rust-markup5ever")
- (version "0.10.0")
+ (version "0.10.1")
(source
(origin
(method url-fetch)
@@ -32220,19 +32220,16 @@ algorithms. It supports CBC block cipher mode, PKCS5
padding and 64, 128,
(string-append name "-" version ".tar.gz"))
(sha256
(base32
- "1aqxl1lsc8s6ycsw5ibwynadnb9qpiab4ggwgdq9pjlnjdk8vqxa"))))
+ "1zf8iq2czd6kz99fjs3pgf5c17lfz75ds31khkfiqbc50gxl0kx2"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
(("rust-log" ,rust-log-0.4)
("rust-phf" ,rust-phf-0.8)
- ("rust-string-cache" ,rust-string-cache-0.8)
- ("rust-tendril" ,rust-tendril-0.4)
("rust-phf-codegen" ,rust-phf-codegen-0.8)
- ("rust-serde" ,rust-serde-1)
- ("rust-serde-derive" ,rust-serde-derive-1)
- ("rust-serde-json" ,rust-serde-json-1)
- ("rust-string-cache-codegen" ,rust-string-cache-codegen-0.5))))
+ ("rust-string-cache" ,rust-string-cache-0.8)
+ ("rust-string-cache-codegen" ,rust-string-cache-codegen-0.5)
+ ("rust-tendril" ,rust-tendril-0.4))))
(home-page "https://github.com/servo/html5ever")
(synopsis "Common code for xml5ever and html5ever")
(description
- 56/65: gnu: rust-string-cache-codegen-0.5: Update to 0.5.2., (continued)
- 56/65: gnu: rust-string-cache-codegen-0.5: Update to 0.5.2., guix-commits, 2023/01/15
- 19/65: gnu: rust-serde-bytes-0.11: Update to 0.11.8., guix-commits, 2023/01/15
- 37/65: gnu: rust-data-url-0.1: Update to 0.1.1., guix-commits, 2023/01/15
- 47/65: gnu: rust-phf-0.10: Update to 0.10.1., guix-commits, 2023/01/15
- 13/65: gnu: rust-nom-6: Update to 6.2.1., guix-commits, 2023/01/15
- 50/65: gnu: rust-rand-core-0.6: Update to 0.6.4., guix-commits, 2023/01/15
- 54/65: gnu: rust-smallvec-1: Update to 1.10.0., guix-commits, 2023/01/15
- 29/65: gnu: rust-crossbeam-epoch-0.9: Update to 0.9.13., guix-commits, 2023/01/15
- 22/65: gnu: rust-serde-repr-0.1: Update to 0.1.10., guix-commits, 2023/01/15
- 39/65: gnu: rust-dtoa-0.4: Update to 0.4.8., guix-commits, 2023/01/15
- 34/65: gnu: rust-markup5ever-0.10: Update to 0.10.1.,
guix-commits <=
- 24/65: gnu: rust-serde-urlencoded-0.7: Update to 0.7.1., guix-commits, 2023/01/15
- 35/65: gnu: rust-rayon-1: Update to 1.6.1., guix-commits, 2023/01/15
- 38/65: gnu: rust-xml5ever-0.16: Update to 0.16.2., guix-commits, 2023/01/15
- 41/65: gnu: rust-either-1: Update to 1.8.0., guix-commits, 2023/01/15
- 48/65: gnu: rust-rand-0.8: Update to 0.8.5., guix-commits, 2023/01/15
- 53/65: gnu: rust-semver-1: Update to 1.0.16., guix-commits, 2023/01/15
- 60/65: gnu: rust-futf-0.1: Update to 0.1.5., guix-commits, 2023/01/15
- 65/65: gnu: rust-utf-8-0.7: Update to 0.7.6., guix-commits, 2023/01/15
- 57/65: gnu: rust-tendril-0.4: Update to 0.4.3., guix-commits, 2023/01/15
- 18/65: gnu: rust-serde-big-array-0.3: Update to 0.3.3., guix-commits, 2023/01/15