Commit bc18fec7 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

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.
parent 3781ec31
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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";