Merge pull request #229349 from fabaff/datasets-bump

python311Packages.datasets: 2.11.0 -> 2.12.0
This commit is contained in:
Mario Rodas 2023-05-01 19:11:53 -05:00 committed by GitHub
commit 95dc6a031b
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.11.0";
version = "2.12.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -30,7 +30,7 @@ buildPythonPackage rec {
owner = "huggingface";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-vnKd7KapejcZN1RHNMpH4rrpz2P2DcfiyI33I0wiE+0=";
hash = "sha256-o/LUzRmpM4tjiCh31KoQXzU1Z/p/91uamh7G4SGnxQM=";
};
postPatch = ''