[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
378/379: gnu: rust-percent-encoding-2: Update to 2.3.0.
From: |
guix-commits |
Subject: |
378/379: gnu: rust-percent-encoding-2: Update to 2.3.0. |
Date: |
Thu, 29 Jun 2023 12:35:30 -0400 (EDT) |
efraim pushed a commit to branch rust-team
in repository guix.
commit 34d1687b4f7ba781f8d8676f2552461c28a206e7
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Jun 29 13:01:03 2023 +0300
gnu: rust-percent-encoding-2: Update to 2.3.0.
* gnu/packages/crates-io.scm (rust-percent-encoding-2): Update to 2.3.0.
---
gnu/packages/crates-io.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index f491b4f9d8..ee49a5160a 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -45011,7 +45011,7 @@ implementation suitable for use with cryptographic
private keys.")
(define-public rust-percent-encoding-2
(package
(name "rust-percent-encoding")
- (version "2.2.0")
+ (version "2.3.0")
(source
(origin
(method url-fetch)
@@ -45019,7 +45019,7 @@ implementation suitable for use with cryptographic
private keys.")
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
- "13nrpp6r1f4k14viksga3094krcrxgv4b42kqbriy63k7ln5g327"))))
+ "152slflmparkh27hprw62sph8rv77wckzhwl2dhqk6bf563lfalv"))))
(build-system cargo-build-system)
(home-page "https://github.com/servo/rust-url/")
(synopsis "Percent encoding and decoding")
- 359/379: gnu: Add rust-cfb-mode-0.8., (continued)
- 359/379: gnu: Add rust-cfb-mode-0.8., guix-commits, 2023/06/29
- 363/379: gnu: rust-clap-complete-4: Update to 4.3.0., guix-commits, 2023/06/29
- 364/379: gnu: fd: Adjust for newer rust-clap-4., guix-commits, 2023/06/29
- 366/379: gnu: rust-ring-0.16: Enable tests., guix-commits, 2023/06/29
- 369/379: gnu: Add rust-flamer-0.4., guix-commits, 2023/06/29
- 370/379: gnu: Add rust-idna-0.4., guix-commits, 2023/06/29
- 379/379: gnu: rust-unicode-normalization-0.1: Update to 0.1.22., guix-commits, 2023/06/29
- 376/379: gnu: rust-curl-sys-0.4: Update to 0.4.63+curl-8.1.2., guix-commits, 2023/06/29
- 375/379: gnu: newsboat: Update to 2.32., guix-commits, 2023/06/29
- 377/379: gnu: rust-form-urlencoded-1: Update to 1.2.0., guix-commits, 2023/06/29
- 378/379: gnu: rust-percent-encoding-2: Update to 2.3.0.,
guix-commits <=