gnu: rust-bugreport-0.4: Update to 0.4.1.
* gnu/packages/crates-io.scm (rust-bugreport-0.4): Update to 0.4.1. [arguments]: Don't skip build. Change-Id: I431ee2d6539f056e78a530e47dbdf07b2b81a5c1 Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
12ab23b91f
commit
a5f8dd0721
1 changed files with 5 additions and 7 deletions
|
@ -8585,18 +8585,16 @@ users can send along with a bug report.")
|
||||||
(package
|
(package
|
||||||
(inherit rust-bugreport-0.5)
|
(inherit rust-bugreport-0.5)
|
||||||
(name "rust-bugreport")
|
(name "rust-bugreport")
|
||||||
(version "0.4.0")
|
(version "0.4.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "bugreport" version))
|
(uri (crate-uri "bugreport" version))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0gday6f2brqgzl12a0vf7fx1hh1mim6gdjxc6dfwk9v4i19pxsd0"))))
|
(base32 "0k20nbl226kni905sy3rvizl7k4h28971143qdlzwfznnjrb8500"))))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:skip-build? #t
|
`(#:cargo-inputs (("rust-git-version" ,rust-git-version-0.3)
|
||||||
#:cargo-inputs
|
|
||||||
(("rust-git-version" ,rust-git-version-0.3)
|
|
||||||
("rust-shell-escape" ,rust-shell-escape-0.1)
|
("rust-shell-escape" ,rust-shell-escape-0.1)
|
||||||
("rust-sys-info" ,rust-sys-info-0.9))))))
|
("rust-sys-info" ,rust-sys-info-0.9))))))
|
||||||
|
|
||||||
|
|
Reference in a new issue