python3Packages.model-hosting-container-standards: 0.1.9 -> 0.1.11

This commit is contained in:
R. Ryantm
2025-12-11 18:44:16 +00:00
parent e16041020b
commit eb1ffa7c2b
@@ -22,14 +22,14 @@
buildPythonPackage rec {
pname = "model-hosting-container-standards";
version = "0.1.9";
version = "0.1.11";
pyproject = true;
src = fetchFromGitHub {
owner = "aws";
repo = "model-hosting-container-standards";
tag = "v${version}";
hash = "sha256-iy7lPtMM2J/zC1TUB5Eydtesy4JsjWTjACNlDhfSPA8=";
hash = "sha256-6FVufjKPDjb8BnbI1iF9eI+/yVwwoeDGgVFK0QhQQmI=";
};
sourceRoot = "${src.name}/python";