Skip to content

Commit

Permalink
poetry: 1.8.1 -> 1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dotlambda committed Mar 3, 2024
1 parent 2ccf518 commit a11e884
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/package-management/poetry/unwrapped.nix
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,16 @@

buildPythonPackage rec {
pname = "poetry";
version = "1.8.1";
format = "pyproject";
version = "1.8.2";
pyproject = true;

disabled = pythonOlder "3.8";

src = fetchFromGitHub {
owner = "python-poetry";
repo = "poetry";
rev = "refs/tags/${version}";
hash = "sha256-tHtd5vO3TMjO0gqyECuS0FUAcE90nkKZwOm3ne6poFQ=";
hash = "sha256-MBWVeS/UHpzeeNUeiHMoXnLA3enRO/6yGIbg4Vf2GxU=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit a11e884

Please sign in to comment.