python3Packages.pygal: 3.1.0 -> 3.1.3

https://github.com/Kozea/pygal/blob/3.1.3/docs/changelog.rst
This commit is contained in:
Martin Weinelt
2026-07-12 04:34:56 +02:00
parent a9ad64d20d
commit ae050500c1

View File

@@ -21,12 +21,12 @@
buildPythonPackage rec {
pname = "pygal";
version = "3.1.0";
version = "3.1.3";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-+97nNRp0I+eQf7ipw7dzBfa1Z4yy5v0Ns2qIJeQpVew=";
hash = "sha256-3RGcFM3rVr64UoLj4mh+zjBWEiXUEKgi5rtoaZqm57E=";
};
postPatch = ''