Merge pull request #297028 from Stunkymonkey/python-openusd-normalize

python312Packages.openusd: normalize pname
This commit is contained in:
Felix Bühler 2024-03-21 20:41:16 +01:00 committed by GitHub
commit 6f19531beb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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=";
};