Skip to content

Commit

Permalink
Merge pull request NixOS#298888 from ShaddyDC/openusd-bump
Browse files Browse the repository at this point in the history
python3Packages.openusd: 23.11 -> 24.03
  • Loading branch information
SuperSandro2000 authored Apr 16, 2024
2 parents 787303b + 6254db6 commit 4a04be9
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions pkgs/development/python-modules/openusd/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,13 @@ in

buildPythonPackage rec {
pname = "openusd";
version = "23.11";
version = "24.03";

src = fetchFromGitHub {
owner = "PixarAnimationStudios";
repo = "OpenUSD";
rev = "refs/tags/v${version}";
hash = "sha256-5zQrfB14kXs75WbL3s4eyhxELglhLNxU2L2aVXiyVjg=";
hash = "sha256-EYf8GhXhsAx0Wxz9ibDZEV4E5scL3GPiu3Nje7N5C/I=";
};

stdenv = if python.stdenv.isDarwin then darwin.apple_sdk_11_0.stdenv else python.stdenv;
Expand Down Expand Up @@ -147,9 +147,6 @@ buildPythonPackage rec {
''
+ lib.optionalString withDocs ''
mv $out/docs $doc
''
+ ''
rm $out/share -r # only examples
'';

meta = {
Expand Down

0 comments on commit 4a04be9

Please sign in to comment.