python3Packages.datasets: 2.19.1 -> 2.20.0

https://github.com/huggingface/datasets/releases/tag/2.20.0
This commit is contained in:
Martin Weinelt
2024-06-24 12:14:51 +02:00
parent 02679095df
commit 09709d18f9
@@ -21,7 +21,7 @@
buildPythonPackage rec {
pname = "datasets";
version = "2.19.1";
version = "2.20.0";
format = "setuptools";
disabled = pythonOlder "3.8";
@@ -30,7 +30,7 @@ buildPythonPackage rec {
owner = "huggingface";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-GicQopfQ6Ih9VEcLPAPlkvYAo2+aRqiFP1iGRM8/9m0=";
hash = "sha256-9mB4RXJVkmaK+fLEmyZAdf64YKGoAhE3RzMoj4/8K98=";
};
# remove pyarrow<14.0.1 vulnerability fix