Merge pull request #233395 from Prillan/update-weasyprint-pydyf

This commit is contained in:
Sandro 2023-05-30 19:11:51 +02:00 committed by GitHub
commit 4a3ae6c8b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "pydyf";
version = "0.5.0";
version = "0.6.0";
format = "pyproject";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-UedRrhUEA3wfwfSBURkTewEYAs1fbDU52wZsRVsUp+E=";
hash = "sha256-tEo4hV1+R7dAs80xq2Oi9bmyeTkx1QsMyu07t7hpEvw=";
};
postPatch = ''

View file

@ -24,7 +24,7 @@
buildPythonPackage rec {
pname = "weasyprint";
version = "58.1";
version = "59.0";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -32,7 +32,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit version;
pname = "weasyprint";
hash = "sha256-YXMAnjE75lgH/vv3ioBRzrepN3bv2n67uIwT9XaXlPM=";
hash = "sha256-Ijp2Y2s3ROqkq4oohfUM9Gz467GsuZtSdtAv7M9QdJI=";
};
patches = [