lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python312Packages.weasyprint: 65.0 -> 65.1 (#400292)

authored by

Wolfgang Walther and committed by
GitHub
0ebcd36a 6c7f8991

+2 -2
+2 -2
pkgs/development/python-modules/weasyprint/default.nix
··· 25 25 26 26 buildPythonPackage rec { 27 27 pname = "weasyprint"; 28 - version = "65.0"; 28 + version = "65.1"; 29 29 pyproject = true; 30 30 31 31 disabled = pythonOlder "3.9"; ··· 33 33 src = fetchPypi { 34 34 inherit version; 35 35 pname = "weasyprint"; 36 - hash = "sha256-PGed6Wp8hxrgDwjNHncgDzPipJ014gnHIRWTJ1eN+Yg="; 36 + hash = "sha256-EgKBvb1C/6p9flztvjGCos7zbqWtl/6fNX5DvmoeWOo="; 37 37 }; 38 38 39 39 patches = [