me
/
guix
Archived
1
0
Fork 0

gnu: rust-percent-encoding-2: Update to 2.2.0.

* gnu/packages/crates-io.scm (rust-percent-encoding-2): Update to 2.2.0.
master
Efraim Flashner 2022-09-28 20:09:50 +03:00
parent 2e6fd5bd58
commit 91e1dc05da
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -43486,7 +43486,7 @@ implementation suitable for use with cryptographic private keys.")
(define-public rust-percent-encoding-2
(package
(name "rust-percent-encoding")
(version "2.1.0")
(version "2.2.0")
(source
(origin
(method url-fetch)
@ -43494,7 +43494,7 @@ implementation suitable for use with cryptographic private keys.")
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"0bp3zrsk3kr47fbpipyczidbbx4g54lzxdm77ni1i3qws10mdzfl"))))
"13nrpp6r1f4k14viksga3094krcrxgv4b42kqbriy63k7ln5g327"))))
(build-system cargo-build-system)
(home-page "https://github.com/servo/rust-url/")
(synopsis "Percent encoding and decoding")