Merge pull request #288318 from r-ryantm/auto-update/python312Packages.weasyprint

python312Packages.weasyprint: 60.2 -> 61.1
This commit is contained in:
Weijia Wang 2024-03-07 21:49:15 +01:00 committed by GitHub
commit d17cc406be
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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