guix-commits
[Top][All Lists]
Advanced

[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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]