mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-02 09:28:57 -05:00
gnu: rust-mockall-derive-0.11: Update to 0.11.4.
* gnu/packages/crates-io.scm (rust-mockall-derive-0.11): Update to 0.11.4. [cargo-development-inputs]: Replace rust-pretty-assertions-0.7 with 1. Change-Id: I98d78f86bbcf85c86f18becef06a585c97e78d82
This commit is contained in:
parent
be2135fb6a
commit
42b2fed4cd
1 changed files with 3 additions and 3 deletions
|
@ -40231,14 +40231,14 @@ (define-public rust-mockall-0.11
|
||||||
(define-public rust-mockall-derive-0.11
|
(define-public rust-mockall-derive-0.11
|
||||||
(package
|
(package
|
||||||
(name "rust-mockall-derive")
|
(name "rust-mockall-derive")
|
||||||
(version "0.11.1")
|
(version "0.11.4")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "mockall_derive" version))
|
(uri (crate-uri "mockall_derive" version))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1ixhmsrg5ky4b2jlvbxhlpr3mbv7frd6wr8msm005vijb5rmcb96"))))
|
"1fvc9kwjcc9ia6ng7z9z02b4qkl9dvsx9m4z51xz9i0mj1k7bki2"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:cargo-inputs
|
||||||
|
@ -40247,7 +40247,7 @@ (define-public rust-mockall-derive-0.11
|
||||||
("rust-quote" ,rust-quote-1)
|
("rust-quote" ,rust-quote-1)
|
||||||
("rust-syn" ,rust-syn-1))
|
("rust-syn" ,rust-syn-1))
|
||||||
#:cargo-development-inputs
|
#:cargo-development-inputs
|
||||||
(("rust-pretty-assertions" ,rust-pretty-assertions-0.7))))
|
(("rust-pretty-assertions" ,rust-pretty-assertions-1))))
|
||||||
(home-page "https://github.com/asomers/mockall")
|
(home-page "https://github.com/asomers/mockall")
|
||||||
(synopsis "Procedural macros for the Mockall crate")
|
(synopsis "Procedural macros for the Mockall crate")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue