gnu: rust-chrono-0.4: Update to 0.4.13.
* gnu/packages/crates-io.scm (rust-chrono-0.4): Update to 0.4.13.
This commit is contained in:
parent
7121ec8c9d
commit
788cb3cb3b
1 changed files with 2 additions and 2 deletions
|
@ -2940,7 +2940,7 @@ depending on a large number of #[cfg] parameters. Structured like an
|
||||||
(define-public rust-chrono-0.4
|
(define-public rust-chrono-0.4
|
||||||
(package
|
(package
|
||||||
(name "rust-chrono")
|
(name "rust-chrono")
|
||||||
(version "0.4.11")
|
(version "0.4.13")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -2949,7 +2949,7 @@ depending on a large number of #[cfg] parameters. Structured like an
|
||||||
(string-append name "-" version ".tar.gz"))
|
(string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1cmmxamkzzs36zncqjjr7qm7xkb6zyrkjslnlj3axdgqki84y2c0"))))
|
"1dm0q1kmk2vq5djwhp1j9cm4aa38wr9vy1i1w19p2y0nj4188kf7"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:skip-build? #t
|
`(#:skip-build? #t
|
||||||
|
|
Reference in a new issue