mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 15:22:18 -05:00
gnu: rust-slog-2: Update to 2.7.0.
* gnu/packages/crates-io.scm (rust-slog-2): Update to 2.7.0.
This commit is contained in:
parent
667633100e
commit
ba64ea8320
1 changed files with 2 additions and 2 deletions
|
@ -57677,7 +57677,7 @@ (define-public rust-slice-deque-0.2
|
||||||
(define-public rust-slog-2
|
(define-public rust-slog-2
|
||||||
(package
|
(package
|
||||||
(name "rust-slog")
|
(name "rust-slog")
|
||||||
(version "2.5.2")
|
(version "2.7.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -57686,7 +57686,7 @@ (define-public rust-slog-2
|
||||||
(string-append name "-" version ".tar.gz"))
|
(string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"16bv6zrdn1sm315vbnia02g31xvsmbjyz5gv3z0vrgxdli0cdj8w"))))
|
"01ldk4yarx7x4y4rgsf4kmrcy3wrpcxdd53v2lkk355x9rnh8iw3"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:skip-build? #t
|
`(#:skip-build? #t
|
||||||
|
|
Loading…
Reference in a new issue