mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-05 10:56:56 -05:00
gnu: rust-num-enum-derive-0.5: Update to 0.5.11.
* gnu/packages/crates-io.scm (rust-num-enum-derive-0.5): Update to 0.5.11. Change-Id: Ib6d6ca8664e5822ab982af01766d50f6c1a5c6d7
This commit is contained in:
parent
40ee71aadd
commit
5edeb570df
1 changed files with 2 additions and 2 deletions
|
@ -48113,14 +48113,14 @@ (define-public rust-num-enum-0.4
|
|||
(define-public rust-num-enum-derive-0.5
|
||||
(package
|
||||
(name "rust-num-enum-derive")
|
||||
(version "0.5.7")
|
||||
(version "0.5.11")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "num_enum_derive" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1kj6b8f2fx8prlcl6y1k97668s5aiia4f9gjlk0nmpak3rj9h11v"))))
|
||||
(base32 "16f7r4jila0ckcgdnfgqyhhb90w9m2pdbwayyqmwcci0j6ygkgyw"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ;FIXME: some doc tests fail
|
||||
|
|
Loading…
Reference in a new issue