python3Packages.openusd: 25.05.01 -> 25.08
https://github.com/PixarAnimationStudios/OpenUSD/v25.08/CHANGELOG.md This commit was automatically generated using update-python-libraries.
This commit is contained in:
@@ -51,14 +51,14 @@ in
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "openusd";
|
||||
version = "25.05.01";
|
||||
version = "25.08";
|
||||
pyproject = false;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "PixarAnimationStudios";
|
||||
repo = "OpenUSD";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-gxikEC4MqTkhgYaRsCVYtS/VmXClSaCMdzpQ0LmiR7Q=";
|
||||
hash = "sha256-k+rmC/e8fJexZ++AAinuDJFOK/oqC90B4NriJvaX71w=";
|
||||
};
|
||||
|
||||
stdenv = python.stdenv;
|
||||
|
||||
Reference in New Issue
Block a user