python310Packages.datasets: 2.4.0 -> 2.5.1

This commit is contained in:
R. Ryantm
2022-09-23 02:33:42 +00:00
parent 374f1f40cc
commit 4aa24effc7
@@ -20,7 +20,7 @@
buildPythonPackage rec {
pname = "datasets";
version = "2.4.0";
version = "2.5.1";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -29,7 +29,7 @@ buildPythonPackage rec {
owner = "huggingface";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-1XdOcZjqtpQV5RgkCBwg+Ql5lUzUspgveoV8P/PBmII=";
hash = "sha256-1I7ZnYgzEFd3JvlrnHRcEd48nbO1UR5s7sddVkYM23Y=";
};
postPatch = ''