From 35ff24f8929dc45bd75ccbae6c09bfa30b6f4ff2 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 10 Aug 2026 19:35:45 +0200 Subject: [PATCH] python3Packages.openinference-semantic-conventions: 0.1.31 -> 0.1.32 Diff: https://github.com/Arize-ai/openinference/compare/python-openinference-semantic-conventions-v0.1.31...python-openinference-semantic-conventions-v0.1.32 Changelog: https://github.com/Arize-ai/openinference/releases/tag/python-openinference-semantic-conventions-v0.1.32 --- .../openinference-semantic-conventions/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/openinference-semantic-conventions/default.nix b/pkgs/development/python-modules/openinference-semantic-conventions/default.nix index bc38d6ca569e..8ca353bb7b2c 100644 --- a/pkgs/development/python-modules/openinference-semantic-conventions/default.nix +++ b/pkgs/development/python-modules/openinference-semantic-conventions/default.nix @@ -10,7 +10,7 @@ buildPythonPackage (finalAttrs: { pname = "openinference-semantic-conventions"; - version = "0.1.31"; + version = "0.1.32"; pyproject = true; __structuredAttrs = true; @@ -19,7 +19,7 @@ buildPythonPackage (finalAttrs: { owner = "Arize-ai"; repo = "openinference"; tag = "python-openinference-semantic-conventions-v${finalAttrs.version}"; - hash = "sha256-ewOmAqNrJrMKsOgreqCJ7OFwJz15D+CB9uyzrCCuHVk="; + hash = "sha256-rEF7Ijx3Zo3NHywFJFa5+QpXZjIWOvkQBie+54v/f8A="; }; sourceRoot = "${finalAttrs.src.name}/python/${finalAttrs.pname}";