lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python3Packages.datasets: 2.14.4 -> 2.14.5

+2 -2
+2 -2
pkgs/development/python-modules/datasets/default.nix
··· 21 21 22 22 buildPythonPackage rec { 23 23 pname = "datasets"; 24 - version = "2.14.4"; 24 + version = "2.14.5"; 25 25 format = "setuptools"; 26 26 27 27 disabled = pythonOlder "3.8"; ··· 30 30 owner = "huggingface"; 31 31 repo = pname; 32 32 rev = "refs/tags/${version}"; 33 - hash = "sha256-2XC5k546JvqUV4xeL1SRQOHDzItL1CE3bJQMjva3IkY="; 33 + hash = "sha256-oLB6laY/Si071mBKoWlZpd1fqr/wNtAnhRvBKLjeEuE="; 34 34 }; 35 35 36 36 propagatedBuildInputs = [