Merge pull request #212745 from r-ryantm/auto-update/python310Packages.panflute
python310Packages.panflute: 2.2.3 -> 2.3.0
This commit is contained in:
commit
a68364533b
@ -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 ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user