Skip to content

Commit 2e5feb9

Browse files
authored
python3Packages.openusd: 24.08 -> 24.11 (#376119)
2 parents 5db8e17 + 40ab1be commit 2e5feb9

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

pkgs/development/python-modules/openusd/default.nix

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,14 @@ in
5252

5353
buildPythonPackage 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

0 commit comments

Comments
 (0)