Skip to content

Commit

Permalink
poetry: 1.8.4 -> 1.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dotlambda committed Dec 6, 2024
1 parent 6b32ff9 commit 093b001
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/po/poetry/unwrapped.nix
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

buildPythonPackage rec {
pname = "poetry";
version = "1.8.4";
version = "1.8.5";
pyproject = true;

disabled = pythonOlder "3.8";
Expand All @@ -47,7 +47,7 @@ buildPythonPackage rec {
owner = "python-poetry";
repo = "poetry";
rev = "refs/tags/${version}";
hash = "sha256-pk57Jxf4hkMKLn1pOa9BtHLwLJ6qmXc55TqQN5Vr2k8=";
hash = "sha256-YR0IgDhmpbe8TyTMP1cjUxGRnrfV8CNHkPlZrNcnof0=";
};

build-system = [
Expand Down

0 comments on commit 093b001

Please sign in to comment.