mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
python3Packages.xhtml2pdf: 0.2.4 -> 0.2.5
This commit is contained in:
parent
b072c1b5b5
commit
d47a172bc0
1 changed files with 2 additions and 2 deletions
|
@ -10,13 +10,13 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "xhtml2pdf";
|
pname = "xhtml2pdf";
|
||||||
version = "0.2.4";
|
version = "0.2.5";
|
||||||
|
|
||||||
propagatedBuildInputs = [pillow html5lib pypdf2 reportlab six];
|
propagatedBuildInputs = [pillow html5lib pypdf2 reportlab six];
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "6793fbbdcb6bb8a4a70132966d8d95e95ea3498cdf0e82252d2b8e9aae34fcb5";
|
sha256 = "6797e974fac66f0efbe927c1539a2756ca4fe8777eaa5882bac132fc76b39421";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue