Skip to content

Commit 1976368

Browse files
committed
update poetry bundle for python 3.11
1 parent 9e77127 commit 1976368

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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
}

0 commit comments

Comments
 (0)