mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: rust-urlocator-0.1: Update to 0.1.3.
* gnu/packages/crates-io.scm (rust-urlocator-0.1): Update to 0.1.3.
This commit is contained in:
parent
537bd1c6ed
commit
dac0b1639e
1 changed files with 2 additions and 2 deletions
|
@ -26869,7 +26869,7 @@ (define-public rust-url-1.7
|
|||
(define-public rust-urlocator-0.1
|
||||
(package
|
||||
(name "rust-urlocator")
|
||||
(version "0.1.2")
|
||||
(version "0.1.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -26878,7 +26878,7 @@ (define-public rust-urlocator-0.1
|
|||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1xzhwmqrqyk8p3s5npqpidrn0gjapqx5fshrx633fk56j7cm8qm1"))))
|
||||
"0r5ig00np3svjpvb1gha3ni798cwj2w7rnlwrc8jrrw7bvlb2yri"))))
|
||||
(build-system cargo-build-system)
|
||||
(home-page "https://github.com/chrisduerr/urlocator.git")
|
||||
(synopsis "Locate URLs in character streams")
|
||||
|
|
Loading…
Reference in a new issue