Merge pull request #298576 from r-ryantm/auto-update/python312Packages.panflute

python312Packages.panflute: 2.3.0 -> 2.3.1
This commit is contained in:
Weijia Wang 2024-04-05 21:56:32 +02:00 committed by GitHub
commit 6c0dc5723d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

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