mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 15:26:47 +01:00
gnu: rust-percent-encoding-2: Update to 2.3.0.
* gnu/packages/crates-io.scm (rust-percent-encoding-2): Update to 2.3.0.
This commit is contained in:
parent
3350b9a081
commit
abf7cd0007
1 changed files with 2 additions and 2 deletions
|
@ -45011,7 +45011,7 @@ (define-public rust-pem-rfc7468-0.2
|
|||
(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 @@ (define-public rust-percent-encoding-2
|
|||
(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")
|
||||
|
|
Loading…
Reference in a new issue