Merge pull request #229349 from fabaff/datasets-bump

python311Packages.datasets: 2.11.0 -> 2.12.0

authored by Mario Rodas and committed by GitHub 95dc6a03 680938e8

+2 -2
+2 -2
pkgs/development/python-modules/datasets/default.nix
··· 21 21 22 22 buildPythonPackage rec { 23 23 pname = "datasets"; 24 - version = "2.11.0"; 24 + version = "2.12.0"; 25 25 format = "setuptools"; 26 26 27 27 disabled = pythonOlder "3.7"; ··· 30 30 owner = "huggingface"; 31 31 repo = pname; 32 32 rev = "refs/tags/${version}"; 33 - hash = "sha256-vnKd7KapejcZN1RHNMpH4rrpz2P2DcfiyI33I0wiE+0="; 33 + hash = "sha256-o/LUzRmpM4tjiCh31KoQXzU1Z/p/91uamh7G4SGnxQM="; 34 34 }; 35 35 36 36 postPatch = ''