python312Packages.weasyprint: 60.2 -> 61.1

This commit is contained in:
R. Ryantm 2024-02-26 19:18:42 +00:00
parent 5e3b611a30
commit 9935a2f851

View File

@ -24,7 +24,7 @@
buildPythonPackage rec {
pname = "weasyprint";
version = "60.2";
version = "61.1";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -32,7 +32,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit version;
pname = "weasyprint";
hash = "sha256-DAzdYXp4aZJiuAAm5n+haS44As+pZjlUNu6vb3h90SY=";
hash = "sha256-fLyCTcQCbYKpc2Jkd1X4N90VeZlJY5zIpCjdM9OFAJo=";
};
patches = [