File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
pkgs/development/python-modules/openusd Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 5252
5353buildPythonPackage rec {
5454 pname = "openusd" ;
55- version = "24.08 " ;
55+ version = "24.11 " ;
5656 pyproject = false ;
5757
5858 src = fetchFromGitHub {
5959 owner = "PixarAnimationStudios" ;
6060 repo = "OpenUSD" ;
6161 tag = "v${ version } " ;
62- hash = "sha256-slBJleeDi0mCVThty4NUX4M9vaCLV+E8rnp1Ab77TmE =" ;
62+ hash = "sha256-ugTb28DAn8D3URxCyGeptf7F3YpL7bX4++lyVN+apas =" ;
6363 } ;
6464
6565 stdenv = python . stdenv ;
@@ -70,8 +70,8 @@ buildPythonPackage rec {
7070 ( fetchpatch {
7171 name = "port-to-embree-4.patch" ;
7272 # https://github.com/PixarAnimationStudios/OpenUSD/pull/2266
73- url = "https://github.com/PixarAnimationStudios/OpenUSD/commit/c8fec1342e05dca98a1afd4ea93c7a5f0b41e25b .patch?full_index=1" ;
74- hash = "sha256-pK1TUwmVv9zsZkOypq25pl+FJDxJJvozUtVP9ystGtI =" ;
73+ url = "https://github.com/PixarAnimationStudios/OpenUSD/commit/a07a6b4d1da19bfc499db49641d74fb7c1a71e9b .patch?full_index=1" ;
74+ hash = "sha256-Gww6Ll2nKwpcxMY9lnf5BZ3eqUWz1rik9P3mPKDOf+Y =" ;
7575 } )
7676 # https://github.com/PixarAnimationStudios/OpenUSD/issues/3442
7777 # https://github.com/PixarAnimationStudios/OpenUSD/pull/3434 commit 1
@@ -126,7 +126,6 @@ buildPythonPackage rec {
126126 [
127127 alembic . dev
128128 bison
129- boost
130129 draco
131130 embree
132131 flex
You can’t perform that action at this time.
0 commit comments