Unverified Commit 674181b5 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #297298 from r-ryantm/auto-update/poetryPlugins.poetry-plugin-export

poetryPlugins.poetry-plugin-export: 1.7.0 -> 1.7.1
parents 3f384197 efa38182
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,14 +6,14 @@

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

  src = fetchFromGitHub {
    owner = "python-poetry";
    repo = pname;
    rev = "refs/tags/${version}";
    hash = "sha256-fmgX1/dVH0e3d7FYhOdOnLtjp0mkkaSZm1YW4gxZr74=";
    hash = "sha256-HXzlfiZYDkrQRFXF1up52KrwGhrIctd3CtjQTNz8xH4=";
  };

  postPatch = ''