Merge pull request #181738 from r-ryantm/auto-update/python3.10-panflute

python310Packages.panflute: 2.1.5 -> 2.2.3
This commit is contained in:
Fabian Affolter 2022-07-16 18:47:44 +02:00 committed by GitHub
commit d8e4535c46
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.1.5";
version = "2.2.3";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-7xHcWVoZh51PlonvmoOCBKJGNMpjT7z8jkoO1B65EqE=";
hash = "sha256-AJMz+gt8Wa45aFZSLm15RjiiJlJnkWC4Lobk8o8Pu8Y=";
};
propagatedBuildInputs = [