Merge pull request #276170 from r-ryantm/auto-update/python310Packages.weasyprint

python310Packages.weasyprint: 60.1 -> 60.2
This commit is contained in:
Weijia Wang 2024-01-03 20:22:30 +01:00 committed by GitHub
commit e9017c490f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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