python3Packages.transformers: 4.53.0 -> 4.53.1 (#422356)

authored by Yt and committed by GitHub 7c4a7db7 dbe18835

+4 -4
+2 -2
pkgs/development/python-modules/huggingface-hub/default.nix
··· 40 41 buildPythonPackage rec { 42 pname = "huggingface-hub"; 43 - version = "0.33.1"; 44 pyproject = true; 45 46 src = fetchFromGitHub { 47 owner = "huggingface"; 48 repo = "huggingface_hub"; 49 tag = "v${version}"; 50 - hash = "sha256-rrOmmYHH8Rz6OhJPbRfdwC/AATdYrPTTuPvCPe0G3Do="; 51 }; 52 53 build-system = [ setuptools ];
··· 40 41 buildPythonPackage rec { 42 pname = "huggingface-hub"; 43 + version = "0.33.2"; 44 pyproject = true; 45 46 src = fetchFromGitHub { 47 owner = "huggingface"; 48 repo = "huggingface_hub"; 49 tag = "v${version}"; 50 + hash = "sha256-Com5lLcQqIPRvsXyqD5S3SW/1KmKEc85Rjxyc9iG5SY="; 51 }; 52 53 build-system = [ setuptools ];
+2 -2
pkgs/development/python-modules/transformers/default.nix
··· 59 60 buildPythonPackage rec { 61 pname = "transformers"; 62 - version = "4.53.0"; 63 pyproject = true; 64 65 src = fetchFromGitHub { 66 owner = "huggingface"; 67 repo = "transformers"; 68 tag = "v${version}"; 69 - hash = "sha256-t30Yy+hXsUU4G6urZeczIopbV7EYxaFs/3BOIiYXqKg="; 70 }; 71 72 build-system = [ setuptools ];
··· 59 60 buildPythonPackage rec { 61 pname = "transformers"; 62 + version = "4.53.1"; 63 pyproject = true; 64 65 src = fetchFromGitHub { 66 owner = "huggingface"; 67 repo = "transformers"; 68 tag = "v${version}"; 69 + hash = "sha256-u9/wxvAJcLl4n7Netf1MZqRS3fajRWZAgciFSsXpZ9s="; 70 }; 71 72 build-system = [ setuptools ];