From 67bfd7ba410832243d0934bfd38f20b2cc0d3d23 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 27 Apr 2026 14:48:32 +0200 Subject: [PATCH] python3Packages.yardstick: 0.16.1 -> 0.16.2 Diff: https://github.com/anchore/yardstick/compare/v0.16.1...v0.16.2 Changelog: https://github.com/anchore/yardstick/releases/tag/v0.16.2 --- pkgs/development/python-modules/yardstick/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/yardstick/default.nix b/pkgs/development/python-modules/yardstick/default.nix index 315df02cd4e4..197cb394b6a1 100644 --- a/pkgs/development/python-modules/yardstick/default.nix +++ b/pkgs/development/python-modules/yardstick/default.nix @@ -26,14 +26,14 @@ buildPythonPackage (finalAttrs: { pname = "yardstick"; - version = "0.16.1"; + version = "0.16.2"; pyproject = true; src = fetchFromGitHub { owner = "anchore"; repo = "yardstick"; tag = "v${finalAttrs.version}"; - hash = "sha256-4Kwgm2gmgOam7AVzlGYT3QhAyJf14h3pZohrhbzprpg="; + hash = "sha256-jKf1LH+YLRuds/5SKSgKm8PbI9OvkxgBhm5vOmg5EU0="; }; build-system = [