Commit 6cdbd4b4 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

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.
parent ab8c5758
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = ''