python3Packages.openusd: 24.08 -> 24.11

This commit is contained in:
Martin Weinelt
2025-01-27 10:56:21 +01:00
parent adf98c35ab
commit d3f5aee3a0
@@ -52,14 +52,14 @@ in
buildPythonPackage rec {
pname = "openusd";
version = "24.08";
version = "24.11";
pyproject = false;
src = fetchFromGitHub {
owner = "PixarAnimationStudios";
repo = "OpenUSD";
tag = "v${version}";
hash = "sha256-slBJleeDi0mCVThty4NUX4M9vaCLV+E8rnp1Ab77TmE=";
hash = "sha256-ugTb28DAn8D3URxCyGeptf7F3YpL7bX4++lyVN+apas=";
};
stdenv = python.stdenv;