Skip to content

Commit

Permalink
python311Packages.openusd: 24.03 -> 24.05
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Apr 20, 2024
1 parent 65d8de7 commit 2959257
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/openusd/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,13 @@ in

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

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

stdenv = if python.stdenv.isDarwin then darwin.apple_sdk_11_0.stdenv else python.stdenv;
Expand Down

0 comments on commit 2959257

Please sign in to comment.