mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-04 18:38:57 -05:00
gnu: rust-codspeed-2: Update to 2.4.0.
* gnu/packages/crates-io.scm (rust-codspeed-2): Update to 2.4.0. Change-Id: Ic25b4c365802a1106dca92378fb5e10d9a5042b0
This commit is contained in:
parent
587d8e3a20
commit
7b38637548
1 changed files with 2 additions and 2 deletions
|
@ -12312,14 +12312,14 @@ (define-public rust-codespan-reporting-0.9
|
|||
(define-public rust-codspeed-2
|
||||
(package
|
||||
(name "rust-codspeed")
|
||||
(version "2.3.3")
|
||||
(version "2.4.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "codspeed" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "16s95jrih19llp4m8rgmymvan0misfcnzc8gb57ynm35rd6spd0f"))))
|
||||
(base32 "0ikj07wl9g7az7mnlarmsyjh6a77vm4l2lmwbsbx2h85m9bb11ab"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-colored" ,rust-colored-2)
|
||||
|
|
Loading…
Reference in a new issue