python3Packages.datasets: 2.14.5 -> 2.15.0

https://github.com/huggingface/datasets/releases/tag/2.15.0
This commit is contained in:
Martin Weinelt
2023-12-20 20:44:12 +01:00
parent f6e030b6ef
commit 3e8559c8f1
@@ -21,7 +21,7 @@
buildPythonPackage rec {
pname = "datasets";
version = "2.14.5";
version = "2.15.0";
format = "setuptools";
disabled = pythonOlder "3.8";
@@ -30,7 +30,7 @@ buildPythonPackage rec {
owner = "huggingface";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-oLB6laY/Si071mBKoWlZpd1fqr/wNtAnhRvBKLjeEuE=";
hash = "sha256-Q8cSgupfj6xKD0bYgL6bvYBwdYDdNaiWEWWUrRvwc4g=";
};
propagatedBuildInputs = [