mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01:00
gnu: rust-codspeed-2: Update to 2.7.2.
* gnu/packages/crates-io.scm (rust-codspeed-2): Update to 2.7.2. Change-Id: I11ce2cd170c855a303559545e73daa934add8ac9
This commit is contained in:
parent
8852549d10
commit
c3920c9483
1 changed files with 3 additions and 3 deletions
|
@ -20,7 +20,7 @@
|
|||
;;; Copyright © 2021 Vinicius Monego <monego@posteo.net>
|
||||
;;; Copyright © 2021 muradm <mail@muradm.net>
|
||||
;;; Copyright © 2021, 2022 Petr Hodina <phodina@protonmail.com>
|
||||
;;; Copyright © 2021-2024 Ricardo Wurmus <rekado@elephly.net>
|
||||
;;; Copyright © 2021-2025 Ricardo Wurmus <rekado@elephly.net>
|
||||
;;; Copyright © 2021 Jacob Hrbek <kreyren@rixotstudio.cz>
|
||||
;;; Copyright © 2021, 2022 Nicolas Graves <ngraves@ngraves.fr>
|
||||
;;; Copyright © 2022 Aleksandr Vityazev <avityazev@posteo.org>
|
||||
|
@ -13490,14 +13490,14 @@ (define-public rust-codespan-reporting-0.11
|
|||
(define-public rust-codspeed-2
|
||||
(package
|
||||
(name "rust-codspeed")
|
||||
(version "2.4.0")
|
||||
(version "2.7.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "codspeed" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0ikj07wl9g7az7mnlarmsyjh6a77vm4l2lmwbsbx2h85m9bb11ab"))))
|
||||
(base32 "15yf7gnb4s1fdvprdpn41yfydxpnv2clyd7lar0ia76zz6fhw2j5"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-colored" ,rust-colored-2)
|
||||
|
|
Loading…
Reference in a new issue