guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: rust-percent-encoding: Update to 2.1.0.


From: guix-commits
Subject: 02/02: gnu: rust-percent-encoding: Update to 2.1.0.
Date: Mon, 16 Sep 2019 10:25:36 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit c34671a69dcc6fc508c54822580e68095c6e719c
Author: Efraim Flashner <address@hidden>
Date:   Mon Sep 16 16:18:39 2019 +0300

    gnu: rust-percent-encoding: Update to 2.1.0.
    
    * gnu/packages/crates-io.scm (rust-percent-encoding): Update to 2.1.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 e138b93..906a8e6 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -2019,7 +2019,7 @@ the @code{take_while} predicate returned false after 
dropping the @code{by_ref}.
 (define-public rust-percent-encoding
   (package
     (name "rust-percent-encoding")
-    (version "2.0.0")
+    (version "2.1.0")
     (source
       (origin
         (method url-fetch)
@@ -2027,7 +2027,7 @@ the @code{take_while} predicate returned false after 
dropping the @code{by_ref}.
         (file-name (string-append name "-" version ".tar.gz"))
         (sha256
          (base32
-          "0m6rkp3iy11la04p6z3492rns6n693pvmx585dvfmzzlzak2hkxs"))))
+          "0bp3zrsk3kr47fbpipyczidbbx4g54lzxdm77ni1i3qws10mdzfl"))))
     (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]