Unverified Commit f4230b40 authored by Florian's avatar Florian Committed by GitHub
Browse files

python312Packages.pipenv-poetry-migrate: 0.5.8 -> 0.5.9 (#338854)

parents c828a5e1 12c4e7bc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@

buildPythonPackage rec {
  pname = "pipenv-poetry-migrate";
  version = "0.5.8";
  version = "0.5.9";
  format = "pyproject";

  disabled = pythonOlder "3.8";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
    owner = "yhino";
    repo = "pipenv-poetry-migrate";
    rev = "refs/tags/v${version}";
    hash = "sha256-/wWAkO2WKn6o9JClkcxoGfHKZNI3GW9hSXmxmoUJpUM=";
    hash = "sha256-oV3HdqDuC0t6manVlBqf4cxAWx6U6CbNpCUsBwfAn+o=";
  };

  nativeBuildInputs = [ poetry-core ];