lol

python310Packages.dask-histogram: 2023.6.0 -> 2023.10.0

authored by

R. Ryantm and committed by
Dmitry Kalinkin
eafceed8 4acbfaf5

+2 -2
+2 -2
pkgs/development/python-modules/dask-histogram/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "dask-histogram"; 13 - version = "2023.6.0"; 13 + version = "2023.10.0"; 14 14 format = "pyproject"; 15 15 16 16 src = fetchFromGitHub { 17 17 owner = "dask-contrib"; 18 18 repo = "dask-histogram"; 19 19 rev = "refs/tags/${version}"; 20 - hash = "sha256-9b2+vrUH8lZYsEbJg+GmY5zHZ+7PyA9NV2h5VAN0J1s="; 20 + hash = "sha256-ugAqNdvCROCCXURwsGLpnl/lBEAremvTI7MVa/TWt6c="; 21 21 }; 22 22 23 23 nativeBuildInputs = [