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
parent
537bd1c6ed
commit
dac0b1639e
|
@ -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")
|
||||||
|
|
Reference in New Issue