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:
Efraim Flashner 2024-03-16 21:25:51 +02:00
parent 587d8e3a20
commit 7b38637548
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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)