python312Packages.panflute: 2.3.0 -> 2.3.1

This commit is contained in:
R. Ryantm
2024-03-24 09:03:31 +00:00
parent 2a3616e0e0
commit c84e03c9a6
@@ -8,14 +8,14 @@
buildPythonPackage rec{
pname = "panflute";
version = "2.3.0";
version = "2.3.1";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-zv2d/EjM2XMqU9tXYQcB0igG2jl6ipflzI3AcLVYZco=";
hash = "sha256-XxvQKjTvOYLuAl7FtY+zpu7fwx2ZS4rjnY3JkVotjx8=";
};
propagatedBuildInputs = [