python3Packages.model-hosting-container-standards: 0.1.13 -> 0.1.14

This commit is contained in:
R. Ryantm
2026-03-27 18:05:54 +00:00
parent b55b0e0c85
commit 2e26f27c25
@@ -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";