me
/
guix
Archived
1
0
Fork 0

gnu: rust-urlocator-0.1: Update to 0.1.3.

* gnu/packages/crates-io.scm (rust-urlocator-0.1): Update to 0.1.3.
master
Efraim Flashner 2020-07-09 14:43:04 +03:00
parent 537bd1c6ed
commit dac0b1639e
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -26869,7 +26869,7 @@ untrusted inputs in Rust.")
(define-public rust-urlocator-0.1 (define-public rust-urlocator-0.1
(package (package
(name "rust-urlocator") (name "rust-urlocator")
(version "0.1.2") (version "0.1.3")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -26878,7 +26878,7 @@ untrusted inputs in Rust.")
(string-append name "-" version ".tar.gz")) (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1xzhwmqrqyk8p3s5npqpidrn0gjapqx5fshrx633fk56j7cm8qm1")))) "0r5ig00np3svjpvb1gha3ni798cwj2w7rnlwrc8jrrw7bvlb2yri"))))
(build-system cargo-build-system) (build-system cargo-build-system)
(home-page "https://github.com/chrisduerr/urlocator.git") (home-page "https://github.com/chrisduerr/urlocator.git")
(synopsis "Locate URLs in character streams") (synopsis "Locate URLs in character streams")