Skip to content

Commit

Permalink
Merge pull request NixOS#270840 from NixOS/backport-269799-to-release…
Browse files Browse the repository at this point in the history
…-23.11

[Backport release-23.11] poetry: 1.7.0 -> 1.7.1
  • Loading branch information
dotlambda authored Nov 29, 2023
2 parents c4d1a77 + 70b0be5 commit d3aefc1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@

buildPythonPackage rec {
pname = "poetry-plugin-up";
version = "0.7.0";
version = "0.7.1";
format = "pyproject";

src = fetchFromGitHub {
owner = "MousaZeidBaker";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-RjyRnCrHLKBJm8WMzQd0WcfpO8Ve+ydvUTN4EnVunlI=";
hash = "sha256-ProwMnkg8LaPvb4aYyO1PR30iMSNE9oyKgCIX4O5j+E=";
};

nativeBuildInputs = [
Expand Down
4 changes: 2 additions & 2 deletions pkgs/tools/package-management/poetry/unwrapped.nix
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

buildPythonPackage rec {
pname = "poetry";
version = "1.7.0";
version = "1.7.1";
format = "pyproject";

disabled = pythonOlder "3.8";
Expand All @@ -50,7 +50,7 @@ buildPythonPackage rec {
owner = "python-poetry";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-au+4TOh/sA1+XZqXvWkKxfSdurusBR4l8jsPg6acUM8=";
hash = "sha256-PM3FIZYso7p0Oe0RpiPuxHrQrgnMlkT5SVeaJPK/J94=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit d3aefc1

Please sign in to comment.