lol
0
fork

Configure Feed

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

python3Packages.datafusion: 48.0.0 -> 49.0.0

R. Ryantm 470a0321 979665e7

+3 -3
+3 -3
pkgs/development/python-modules/datafusion/default.nix
··· 22 22 23 23 buildPythonPackage rec { 24 24 pname = "datafusion"; 25 - version = "48.0.0"; 25 + version = "49.0.0"; 26 26 pyproject = true; 27 27 28 28 src = fetchFromGitHub { ··· 32 32 tag = version; 33 33 # Fetch arrow-testing and parquet-testing (tests assets) 34 34 fetchSubmodules = true; 35 - hash = "sha256-9IOkb31f4nFo9mWTr+z5ZG8xSXIZSgW3vCBgLaGxpfI="; 35 + hash = "sha256-U3LRZQMjL8sNa5yQmwfhw9NRGC0299TRODylzZkvFh4="; 36 36 }; 37 37 38 38 cargoDeps = rustPlatform.fetchCargoVendor { 39 39 inherit pname src version; 40 - hash = "sha256-P9NFvhHAGgYIi36CHEPZPr8hmMNp5zrCcmE7NHx51k4="; 40 + hash = "sha256-lCbqy6kZK+LSLvr+Odxt167ACnDap2enH/J4ILcPtOc="; 41 41 }; 42 42 43 43 nativeBuildInputs = with rustPlatform; [