[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/12: gnu: rust-codspeed-2: Update to 2.7.2.
From: |
guix-commits |
Subject: |
02/12: gnu: rust-codspeed-2: Update to 2.7.2. |
Date: |
Sat, 4 Jan 2025 02:59:05 -0500 (EST) |
rekado pushed a commit to branch python-team
in repository guix.
commit bfcbae4c4188a60ace04d0648c143c018a230ee9
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Jan 3 21:21:01 2025 +0100
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
---
gnu/packages/crates-io.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index e98bd3f83d..a077787c24 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -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>
@@ -13464,14 +13464,14 @@ diagnostics easy and relatively painless for
everyone!")
(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)
- branch python-team updated (e9a2061cb8 -> 67d7464cd0), guix-commits, 2025/01/04
- 02/12: gnu: rust-codspeed-2: Update to 2.7.2.,
guix-commits <=
- 04/12: gnu: Add rust-jiter-0.7., guix-commits, 2025/01/04
- 01/12: gnu: Add python-inline-snapshot., guix-commits, 2025/01/04
- 07/12: gnu: python-pydantic-2: Update to 2.10.4., guix-commits, 2025/01/04
- 10/12: gnu: Add python-fastapi-cli., guix-commits, 2025/01/04
- 05/12: gnu: Add rust-speedate-0.15., guix-commits, 2025/01/04
- 09/12: gnu: python-pdm-backend: Update to 2.4.3., guix-commits, 2025/01/04
- 11/12: gnu: python-pydantic-settings: Update to 2.7.1., guix-commits, 2025/01/04
- 12/12: gnu: python-fastapi: Update to 0.115.6., guix-commits, 2025/01/04
- 06/12: gnu: python-pydantic-core: Update to 2.27.2., guix-commits, 2025/01/04
- 03/12: gnu: rust-codspeed-bencher-compat-2: Update to 2.7.2., guix-commits, 2025/01/04