Loading pkgs/development/python-modules/huggingface-hub/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -40,14 +40,14 @@ buildPythonPackage rec { pname = "huggingface-hub"; version = "0.33.1"; version = "0.33.2"; pyproject = true; src = fetchFromGitHub { owner = "huggingface"; repo = "huggingface_hub"; tag = "v${version}"; hash = "sha256-rrOmmYHH8Rz6OhJPbRfdwC/AATdYrPTTuPvCPe0G3Do="; hash = "sha256-Com5lLcQqIPRvsXyqD5S3SW/1KmKEc85Rjxyc9iG5SY="; }; 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.53.0"; version = "4.53.1"; pyproject = true; src = fetchFromGitHub { owner = "huggingface"; repo = "transformers"; tag = "v${version}"; hash = "sha256-t30Yy+hXsUU4G6urZeczIopbV7EYxaFs/3BOIiYXqKg="; hash = "sha256-u9/wxvAJcLl4n7Netf1MZqRS3fajRWZAgciFSsXpZ9s="; }; build-system = [ setuptools ]; Loading Loading
pkgs/development/python-modules/huggingface-hub/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -40,14 +40,14 @@ buildPythonPackage rec { pname = "huggingface-hub"; version = "0.33.1"; version = "0.33.2"; pyproject = true; src = fetchFromGitHub { owner = "huggingface"; repo = "huggingface_hub"; tag = "v${version}"; hash = "sha256-rrOmmYHH8Rz6OhJPbRfdwC/AATdYrPTTuPvCPe0G3Do="; hash = "sha256-Com5lLcQqIPRvsXyqD5S3SW/1KmKEc85Rjxyc9iG5SY="; }; 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.53.0"; version = "4.53.1"; pyproject = true; src = fetchFromGitHub { owner = "huggingface"; repo = "transformers"; tag = "v${version}"; hash = "sha256-t30Yy+hXsUU4G6urZeczIopbV7EYxaFs/3BOIiYXqKg="; hash = "sha256-u9/wxvAJcLl4n7Netf1MZqRS3fajRWZAgciFSsXpZ9s="; }; build-system = [ setuptools ]; Loading