poetry-core: 1.0.2 -> 1.0.3

This commit is contained in:
Jonathan Ringer 2021-04-21 09:25:59 -07:00
parent 23372dc079
commit 93e27be68c

View File

@ -13,14 +13,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "poetry-core"; pname = "poetry-core";
version = "1.0.2"; version = "1.0.3";
format = "pyproject"; format = "pyproject";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "python-poetry"; owner = "python-poetry";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "sha256-OE6oc/3HYrMmgPnINxvSZ27m8YeZk5Gnn9ok8GlSIZ0="; sha256 = "07x0zagf9cfr7g3132jjd5byywkbnzpfbxjfjzpzpj70fqw70qrc";
}; };
nativeBuildInputs = [ nativeBuildInputs = [