python3Packages.pygal: 3.0.5 -> 3.1.0

https://github.com/Kozea/pygal/blob/3.1.0/docs/changelog.rst

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:19:57 +01:00
parent ab8c57582e
commit 6cdbd4b42e
@@ -21,12 +21,12 @@
buildPythonPackage rec {
pname = "pygal";
version = "3.0.5";
version = "3.1.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-wKDzTlvBwBl1wr+4NCrVIeKTrULlJWmd0AxNelLBS3E=";
hash = "sha256-+97nNRp0I+eQf7ipw7dzBfa1Z4yy5v0Ns2qIJeQpVew=";
};
postPatch = ''