python3Packages.wandb: 0.27.1 -> 0.27.2

Diff: https://github.com/wandb/wandb/compare/v0.27.1...v0.27.2

Changelog: https://github.com/wandb/wandb/blob/v0.27.2/CHANGELOG.md
This commit is contained in:
Gaetan Lepage
2026-06-07 21:08:09 +00:00
parent ae20d46e3a
commit ef58ec45a6
@@ -77,12 +77,12 @@
}:
let
version = "0.27.1";
version = "0.27.2";
src = fetchFromGitHub {
owner = "wandb";
repo = "wandb";
tag = "v${version}";
hash = "sha256-gaZUp4yOnajEyJ5pXXOMCPk7uQ5GEGPrrKMgC6NxIAY=";
hash = "sha256-guNepG8h8Pl8SaJqImS5UsWNFmPyrWidsXh+q9Es73I=";
};
wandb-xpu = rustPlatform.buildRustPackage {
@@ -445,7 +445,7 @@ buildPythonPackage (finalAttrs: {
meta = {
description = "CLI and library for interacting with the Weights and Biases API";
homepage = "https://github.com/wandb/wandb";
changelog = "https://github.com/wandb/wandb/raw/${finalAttrs.version}/CHANGELOG.md";
changelog = "https://github.com/wandb/wandb/blob/${finalAttrs.src.tag}/CHANGELOG.md";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ samuela ];
broken = wandb-xpu.meta.broken || wandb-core.meta.broken;