python310Packages.datasets: 2.3.2 -> 2.4.0

This commit is contained in:
R. Ryantm 2022-08-19 20:44:36 +00:00
parent 4b78546205
commit 15e579ffab

View File

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