Merge pull request #195897 from r-ryantm/auto-update/python310Packages.datasets

python310Packages.datasets: 2.5.2 -> 2.6.0
This commit is contained in:
Mario Rodas 2022-10-14 19:36:51 -05:00 committed by GitHub
commit ec23b3b4d4
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.5.2";
version = "2.6.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -29,7 +29,7 @@ buildPythonPackage rec {
owner = "huggingface";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-C+REl68BZKP3NwkSmBQ/Xs8/sMGNT4bjXa8Jkk/C0Uw=";
hash = "sha256-BYTsIdzKcCxJBQs6s1MkBs6ZnUx1nYjSFGGFDkhTuUg=";
};
postPatch = ''