Skip to content

Commit 8097ebd

Browse files
authored
Poetry security updates (#436)
2 parents 6308cfa + 63b8595 commit 8097ebd

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

pkgs/poetry/poetry-py3.10.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{ pkgs, python, pypkgs }:
22
pkgs.callPackage ./poetry-in-venv.nix {
3-
version = "1.5.4";
4-
url = https://storage.googleapis.com/poetry-bundles/poetry-1.5.5-python-3.10.14-bundle.tgz;
5-
sha256 = "sha256:0sfkj927jxc5qbi3lqnyya9l7hswy7w8ihk5acxivmj3gpxz547i";
3+
version = "1.5.6";
4+
url = https://storage.googleapis.com/poetry-bundles/poetry-1.5.6-python-3.10.16-bundle.tgz;
5+
sha256 = "sha256:1bgdqyh7mvbpay47k5wni25vrx7j9f3g15bhcnws33vy2vyqyldc";
66
inherit python pypkgs;
77
}

pkgs/poetry/poetry-py3.11.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{ pkgs, python, pypkgs }:
22
pkgs.callPackage ./poetry-in-venv.nix {
3-
version = "1.5.4";
4-
url = https://storage.googleapis.com/poetry-bundles/poetry-1.5.5-python-3.11.9-bundle.tgz;
5-
sha256 = "sha256:0madgivk9zywddir130rrvfyxg8whah8dgzd1g2m88j1yvdgspnd";
3+
version = "1.5.6";
4+
url = https://storage.googleapis.com/poetry-bundles/poetry-1.5.6-python-3.11.10-bundle.tgz;
5+
sha256 = "sha256:139kfql4in5lc519q6bfby27jbfaixm4x1zdj778vm1hdd8ydn6k";
66
inherit python pypkgs;
77
}

pkgs/poetry/poetry-py3.12.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{ pkgs, python, pypkgs }:
22
pkgs.callPackage ./poetry-in-venv.nix {
3-
version = "1.5.4";
4-
url = https://storage.googleapis.com/poetry-bundles/poetry-1.5.5-python-3.12.3-bundle.tgz;
5-
sha256 = "sha256:0d5cvh29683mya1lvwnn0r39bh3agm1gfhkrs3cc57rgs6dfp6yg";
3+
version = "1.5.6";
4+
url = https://storage.googleapis.com/poetry-bundles/poetry-1.5.6-python-3.12.7-bundle.tgz;
5+
sha256 = "sha256:1v42fgq3p5g41l5al33fswrx4g335gf1jxadvdf378giy583r309";
66
inherit python pypkgs;
77
}

0 commit comments

Comments
 (0)