python.pkgs wide: fix problematic urls

This commit is contained in:
Jonathan Ringer
2020-01-10 12:17:37 -08:00
committed by Jon
parent 4f2de85ac1
commit 5961f211f3
28 changed files with 34 additions and 29 deletions

View File

@@ -3,17 +3,20 @@
buildPythonPackage rec {
pname = "relatorio";
version = "0.9.0";
src = fetchPypi {
inherit pname version;
sha256 = "0q93sl7ppfvjxylgq9m5n4xdgv4af7d69yxd84zszq10vjmpsg6k";
};
propagatedBuildInputs = [
genshi
lxml
python_magic
];
meta = {
homepage = http://relatorio.tryton.org/;
homepage = https://relatorio.tryton.org/;
description = "A templating library able to output odt and pdf files";
maintainers = with lib.maintainers; [ johbo ];
license = lib.licenses.gpl3;