Skip to content

Commit

Permalink
python37Packages.poetry: 1.0.9 -> 1.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and Jon committed Jul 28, 2020
1 parent dbd08f0 commit 49cb78d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/poetry/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@

buildPythonPackage rec {
pname = "poetry";
version = "1.0.9";
version = "1.0.10";
format = "pyproject";
disabled = isPy27;

src = fetchFromGitHub {
owner = "python-poetry";
repo = pname;
rev = version;
sha256 = "0gi1li55rim60hf1gdpgpx84zlkaj0wv12wbv7dib9malhfj3pnz";
sha256 = "00qfzjjs6clh93gfl1px3ma9km8qxl3f4z819nmyl58zc8ni3zyv";
};

postPatch = ''
Expand Down

0 comments on commit 49cb78d

Please sign in to comment.