python310Packages.panflute: 2.2.3 -> 2.3.0

This commit is contained in:
R. Ryantm 2023-01-26 09:42:08 +00:00
parent 124946330f
commit d734dc1c30

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 = [