python3Packages.weasyprint: 62.2 -> 62.3

This commit is contained in:
Martin Weinelt
2024-10-13 11:09:43 +02:00
parent 8feb01ea28
commit aecf24891d
@@ -24,7 +24,7 @@
buildPythonPackage rec {
pname = "weasyprint";
version = "62.2";
version = "62.3";
format = "pyproject";
disabled = pythonOlder "3.9";
@@ -32,7 +32,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit version;
pname = "weasyprint";
hash = "sha256-oIrEAOEZGdmW12vsqjMWDXwaxVuhYGKMQs51hldMGlE=";
hash = "sha256-jYaA1zL3+g/LxYdpKlpcsJXDUlYnBmkY1uIDy/Qrf80=";
};
patches = [