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

python310Packages.panflute: 2.2.3 -> 2.3.0
This commit is contained in:
Fabian Affolter 2023-01-26 12:08:26 +01:00 committed by GitHub
commit a68364533b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 ];
};