Unverified Commit a6836453 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #212745 from r-ryantm/auto-update/python310Packages.panflute

python310Packages.panflute: 2.2.3 -> 2.3.0
parents 46713a5f 0a0306ac
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -8,14 +8,14 @@

buildPythonPackage rec{
  pname = "panflute";
  version = "2.2.3";
  version = "2.3.0";
  format = "setuptools";

  disabled = pythonOlder "3.7";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-AJMz+gt8Wa45aFZSLm15RjiiJlJnkWC4Lobk8o8Pu8Y=";
    hash = "sha256-zv2d/EjM2XMqU9tXYQcB0igG2jl6ipflzI3AcLVYZco=";
  };

  propagatedBuildInputs = [
@@ -30,6 +30,7 @@ buildPythonPackage rec{
  meta = with lib; {
    description = "Pythonic alternative to John MacFarlane's pandocfilters, with extra helper functions";
    homepage = "http://scorreia.com/software/panflute";
    changelog = "https://github.com/sergiocorreia/panflute/releases/tag/${version}";
    license = licenses.bsd3;
    maintainers = with maintainers; [ synthetica ];
  };