mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 15:22:18 -05:00
gnu: rust-event-listener-2: Update to 2.5.3.
* gnu/packages/crates-io.scm (rust-event-listener-2): Update to 2.5.3.
This commit is contained in:
parent
83b8577ae5
commit
197b4e9963
1 changed files with 2 additions and 2 deletions
|
@ -22826,14 +22826,14 @@ (define-public rust-ethereum-types-serialize-0.2
|
|||
(define-public rust-event-listener-2
|
||||
(package
|
||||
(name "rust-event-listener")
|
||||
(version "2.5.1")
|
||||
(version "2.5.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "event-listener" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0ndyp41pb2cx7gxijqh4ymnc47nyrvhvir7rvjlw6x09ayb10lzp"))))
|
||||
(base32 "1q4w3pndc518crld6zsqvvpy9lkzwahp2zgza9kbzmmqh9gif1h2"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-development-inputs
|
||||
|
|
Loading…
Reference in a new issue