Merge pull request #297028 from Stunkymonkey/python-openusd-normalize
python312Packages.openusd: normalize pname
This commit is contained in:
commit
6f19531beb
1 changed files with 2 additions and 2 deletions
|
@ -47,12 +47,12 @@ let
|
|||
in
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "OpenUSD";
|
||||
pname = "openusd";
|
||||
version = "23.11";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "PixarAnimationStudios";
|
||||
repo = pname;
|
||||
repo = "OpenUSD";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-5zQrfB14kXs75WbL3s4eyhxELglhLNxU2L2aVXiyVjg=";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue