Revert "python3Packages.materialx: 1.38.10 -> 1.39.1"

This reverts commit e4d1e54749.

This is necessary, because 1.39 introduces breaking changes and
downstream software (e.g. openUSD) needs to adapt, first.

See https://github.com/NixOS/nixpkgs/pull/326466#issuecomment-2293029160
and https://github.com/NixOS/nixpkgs/issues/380230
This commit is contained in:
2025-02-08 19:21:35 +01:00
parent 1c7d92f05a
commit bb4281dcaa
@@ -16,13 +16,13 @@
buildPythonPackage rec {
pname = "materialx";
version = "1.39.1";
version = "1.38.10";
src = fetchFromGitHub {
owner = "AcademySoftwareFoundation";
repo = "MaterialX";
tag = "v${version}";
hash = "sha256-WzzsY1hOWwJEqT/ZRLIoZDfKNvx1Yf6aFhA3ZcSPx+s=";
rev = "v${version}";
hash = "sha256-/kMHmW2dptZNtjuhE5s+jvPRIdtY+FRiVtMU+tiBgQo=";
};
format = "other";
@@ -65,7 +65,7 @@ buildPythonPackage rec {
'';
meta = {
changelog = "https://github.com/AcademySoftwareFoundation/MaterialX/blob/${src.tag}/CHANGELOG.md";
changelog = "https://github.com/AcademySoftwareFoundation/MaterialX/blob/${src.rev}/CHANGELOG.md";
description = "Open standard for representing rich material and look-development content in computer graphics";
homepage = "https://materialx.org";
maintainers = [ lib.maintainers.gador ];