Skip to content

Commit 23b50c6

Browse files
committed
python3Packages.deltalake: 1.2.1 -> 1.4.2
1 parent 3cbf09a commit 23b50c6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/development/python-modules/deltalake/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,17 @@
2525

2626
buildPythonPackage rec {
2727
pname = "deltalake";
28-
version = "1.2.1";
28+
version = "1.4.2";
2929
pyproject = true;
3030

3131
src = fetchPypi {
3232
inherit pname version;
33-
hash = "sha256-dqzkiWHeAbfXzEsaKyRiJx+0m/dIOMi9+gxjcuBT2QU=";
33+
hash = "sha256-lX5SYk4dzuNfCSCGjj0Vof6rQPzQ/NRoIjGjPaPUQto=";
3434
};
3535

3636
cargoDeps = rustPlatform.fetchCargoVendor {
3737
inherit src;
38-
hash = "sha256-MPwoGJ7xcsBRgaaM4jxhC6Vv2+Jhh0oYYtbji/Hc+vQ=";
38+
hash = "sha256-z7Qv/YGH2o5rQVeDs1m8fqJd6hgvGvf+TldUvAR7CGY=";
3939
};
4040

4141
env.OPENSSL_NO_VENDOR = 1;

0 commit comments

Comments
 (0)