From ef58ec45a650d211da7d2defa35a2f748e317f82 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Sat, 6 Jun 2026 20:46:08 +0000 Subject: [PATCH] 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 --- pkgs/development/python-modules/wandb/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/wandb/default.nix b/pkgs/development/python-modules/wandb/default.nix index e48cfc7dcd74..fd074fd4ac96 100644 --- a/pkgs/development/python-modules/wandb/default.nix +++ b/pkgs/development/python-modules/wandb/default.nix @@ -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;