python3Packages.openusd: 25.05.01 -> 25.11
https://github.com/PixarAnimationStudios/OpenUSD/v25.11/CHANGELOG.md This commit was automatically generated using update-python-libraries.
This commit is contained in:
@@ -52,14 +52,14 @@ in
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "openusd";
|
||||
version = "25.05.01";
|
||||
version = "25.11";
|
||||
pyproject = false;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "PixarAnimationStudios";
|
||||
repo = "OpenUSD";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-gxikEC4MqTkhgYaRsCVYtS/VmXClSaCMdzpQ0LmiR7Q=";
|
||||
hash = "sha256-Oj9mtKF8TyXbXVKT7MME+ju/0+VyyB0N2iv/LBaktjA=";
|
||||
};
|
||||
|
||||
outputs = [ "out" ] ++ lib.optional withDocs "doc";
|
||||
|
||||
Reference in New Issue
Block a user