Loading pkgs/development/python-modules/huggingface-hub/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -43,14 +43,14 @@ buildPythonPackage rec { pname = "huggingface-hub"; version = "0.35.0"; version = "0.35.3"; pyproject = true; src = fetchFromGitHub { owner = "huggingface"; repo = "huggingface_hub"; tag = "v${version}"; hash = "sha256-b7zuqY1d2wBjqyQ3nxhXg33limR1Nq3dGS2YoY5xcsQ="; hash = "sha256-KOq3qxt3AyWQIOG0+HUbNr15u85tyTEstoUkYBFkpC4="; }; build-system = [ setuptools ]; Loading pkgs/development/python-modules/transformers/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -59,14 +59,14 @@ buildPythonPackage rec { pname = "transformers"; version = "4.57.0"; version = "4.57.1"; pyproject = true; src = fetchFromGitHub { owner = "huggingface"; repo = "transformers"; tag = "v${version}"; hash = "sha256-S89WMCwo0LRMT7EnRKPZwNqZlpFNilr7nqhhLc+7SgQ="; hash = "sha256-cdrIoCUoVkMIEcaSZAOx5rN1G0WSGU6A3UM0gDar19I="; }; build-system = [ setuptools ]; Loading Loading
pkgs/development/python-modules/huggingface-hub/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -43,14 +43,14 @@ buildPythonPackage rec { pname = "huggingface-hub"; version = "0.35.0"; version = "0.35.3"; pyproject = true; src = fetchFromGitHub { owner = "huggingface"; repo = "huggingface_hub"; tag = "v${version}"; hash = "sha256-b7zuqY1d2wBjqyQ3nxhXg33limR1Nq3dGS2YoY5xcsQ="; hash = "sha256-KOq3qxt3AyWQIOG0+HUbNr15u85tyTEstoUkYBFkpC4="; }; build-system = [ setuptools ]; Loading
pkgs/development/python-modules/transformers/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -59,14 +59,14 @@ buildPythonPackage rec { pname = "transformers"; version = "4.57.0"; version = "4.57.1"; pyproject = true; src = fetchFromGitHub { owner = "huggingface"; repo = "transformers"; tag = "v${version}"; hash = "sha256-S89WMCwo0LRMT7EnRKPZwNqZlpFNilr7nqhhLc+7SgQ="; hash = "sha256-cdrIoCUoVkMIEcaSZAOx5rN1G0WSGU6A3UM0gDar19I="; }; build-system = [ setuptools ]; Loading