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

python310Packages.datasets: 2.6.0 -> 2.6.1
This commit is contained in:
Mario Rodas 2022-10-15 14:59:20 -05:00 committed by GitHub
commit 8ca3b674df
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.6.0";
version = "2.6.1";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -29,7 +29,7 @@ buildPythonPackage rec {
owner = "huggingface";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-BYTsIdzKcCxJBQs6s1MkBs6ZnUx1nYjSFGGFDkhTuUg=";
hash = "sha256-5j8HT/DzHH8xssv97g/9kpSgtpaY6daWOGwjasD1psg=";
};
postPatch = ''