From 2e26f27c25fb00354be7f58073e5fe8beea33745 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 27 Mar 2026 18:05:54 +0000 Subject: [PATCH] python3Packages.model-hosting-container-standards: 0.1.13 -> 0.1.14 --- .../model-hosting-container-standards/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/model-hosting-container-standards/default.nix b/pkgs/development/python-modules/model-hosting-container-standards/default.nix index ebedd4213879..18a885e8da02 100644 --- a/pkgs/development/python-modules/model-hosting-container-standards/default.nix +++ b/pkgs/development/python-modules/model-hosting-container-standards/default.nix @@ -22,14 +22,14 @@ buildPythonPackage (finalAttrs: { pname = "model-hosting-container-standards"; - version = "0.1.13"; + version = "0.1.14"; pyproject = true; src = fetchFromGitHub { owner = "aws"; repo = "model-hosting-container-standards"; tag = "v${finalAttrs.version}"; - hash = "sha256-t7+yZ4jKsU9tlcr22jiqL3fVI0z704xHCQbSDsbWMfk="; + hash = "sha256-3Nuus+MO3ASW7y5Bl7+04C2WvuSWG4HKNyQ+bx/uOw4="; }; sourceRoot = "${finalAttrs.src.name}/python";