python3Packages.coconut: 3.1.2 -> 3.2.0

https://github.com/evhub/coconut/releases/tag/v3.2.0

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 16:42:31 +01:00
parent 5a7d8b2e33
commit 758cbebb12
@@ -19,14 +19,14 @@
buildPythonPackage rec {
pname = "coconut";
version = "3.1.2";
version = "3.2.0";
pyproject = true;
src = fetchFromGitHub {
owner = "evhub";
repo = "coconut";
tag = "v${version}";
hash = "sha256-Vd6ZY3PlbPOy63/0/0YJ1U2PpsVdctOoInyKftj//cM=";
hash = "sha256-3L5n0nOE8NMXw2tPWjxDCWnHH94yecdnjQ+GBsxt08c=";
};
disabled = pythonAtLeast "3.13";
@@ -59,7 +59,7 @@ buildPythonPackage rec {
meta = {
description = "Simple, elegant, Pythonic functional programming";
homepage = "http://coconut-lang.org/";
changelog = "https://github.com/evhub/coconut/releases/tag/v${version}";
changelog = "https://github.com/evhub/coconut/releases/tag/${src.tag}";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ fabianhjr ];
};