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

python310Packages.datasets: 2.10.1 -> 2.11.0
This commit is contained in:
Mario Rodas 2023-03-31 22:02:55 -05:00 committed by GitHub
commit f60d1f380b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,7 @@
buildPythonPackage rec {
pname = "datasets";
version = "2.10.1";
version = "2.11.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -30,7 +30,7 @@ buildPythonPackage rec {
owner = "huggingface";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-CLzEJchNKmwfN1ZRQfCFusXDSgvHilwnM0KkcX822MI=";
hash = "sha256-vnKd7KapejcZN1RHNMpH4rrpz2P2DcfiyI33I0wiE+0=";
};
postPatch = ''