Skip to content

Commit

Permalink
Revert "python3Packages.materialx: 1.38.10 -> 1.39.1"
Browse files Browse the repository at this point in the history
This reverts commit 993ec32.

Signed-off-by: Florian Brandes <[email protected]>
  • Loading branch information
gador committed Nov 3, 2024
1 parent f2a8c93 commit ee31b41
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/materialx/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@

buildPythonPackage rec {
pname = "materialx";
version = "1.39.1";
version = "1.38.10";

src = fetchFromGitHub {
owner = "AcademySoftwareFoundation";
repo = "MaterialX";
rev = "refs/tags/v${version}";
hash = "sha256-WzzsY1hOWwJEqT/ZRLIoZDfKNvx1Yf6aFhA3ZcSPx+s=";
rev = "v${version}";
hash = "sha256-/kMHmW2dptZNtjuhE5s+jvPRIdtY+FRiVtMU+tiBgQo=";
};

format = "other";
Expand Down

0 comments on commit ee31b41

Please sign in to comment.