Merge pull request #192542 from r-ryantm/auto-update/python3.10-datasets

python310Packages.datasets: 2.4.0 -> 2.5.1
This commit is contained in:
Mario Rodas 2022-09-24 10:50:35 -05:00 committed by GitHub
commit 066af10f7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,7 @@
buildPythonPackage rec {
pname = "datasets";
version = "2.4.0";
version = "2.5.1";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -29,7 +29,7 @@ buildPythonPackage rec {
owner = "huggingface";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-1XdOcZjqtpQV5RgkCBwg+Ql5lUzUspgveoV8P/PBmII=";
hash = "sha256-1I7ZnYgzEFd3JvlrnHRcEd48nbO1UR5s7sddVkYM23Y=";
};
postPatch = ''