python3Packages.transformers: 4.12.2 -> 4.12.5

This commit is contained in:
Jonathan Ringer
2021-11-30 18:52:33 -08:00
parent 9608d7c50d
commit 856a77be32
@@ -19,13 +19,13 @@
buildPythonPackage rec {
pname = "transformers";
version = "4.12.2";
version = "4.12.5";
src = fetchFromGitHub {
owner = "huggingface";
repo = pname;
rev = "v${version}";
sha256 = "sha256-SndnMiXWiDW+E1G+WaUTVv3lySavJWF0nFDZLOxzObc=";
sha256 = "07v72fyhm1s3bzg2kvaff15d7d8na39nlqpf5gyxaqvp3hglc3qy";
};
nativeBuildInputs = [ packaging ];