python3Packages.deltalake: 0.18.2 -> 0.19.1 (#337421)

authored by

Franz Pletz and committed by
GitHub
ddc93e1e 5a87005e

+5 -3
+5 -3
pkgs/development/python-modules/deltalake/default.nix
··· 12 12 , pytestCheckHook 13 13 , pytest-benchmark 14 14 , pytest-cov 15 + , pytest-mock 15 16 , pandas 16 17 , azure-storage-blob 17 18 }: 18 19 19 20 buildPythonPackage rec { 20 21 pname = "deltalake"; 21 - version = "0.18.2"; 22 + version = "0.19.1"; 22 23 format = "pyproject"; 23 24 24 25 src = fetchPypi { 25 26 inherit pname version; 26 - hash = "sha256-xvmtaHNkE6bXwVJtYJBc30qutZuMlcx4JmElCRdxmu8="; 27 + hash = "sha256-Xgn6uyIfuB6YnCg8FieOr/tuhXBtmDZKvNpcDGynNZg="; 27 28 }; 28 29 29 30 cargoDeps = rustPlatform.fetchCargoTarball { 30 31 inherit src; 31 - hash = "sha256-/2K8/hsMIeidfviCKK+ffWPB51svWZa+9eZoK9erBaY="; 32 + hash = "sha256-ebX51/ztIdhY81sd0fdPsKvaGtCEk8oofrj/Nrt8nfA="; 32 33 }; 33 34 34 35 env.OPENSSL_NO_VENDOR = 1; ··· 60 61 pandas 61 62 pytest-benchmark 62 63 pytest-cov 64 + pytest-mock 63 65 azure-storage-blob 64 66 ]; 65 67