Skip to content

Commit 63b8595

Browse files
committed
update poetry bundle for python 3.12
1 parent 1976368 commit 63b8595

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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)