python.pkgs: many updates

This commit is contained in:
Frederik Rietdijk
2017-08-24 19:34:20 +02:00
parent fb43574456
commit d58e1f1c7b
83 changed files with 186 additions and 175 deletions

View File

@@ -3,10 +3,10 @@
buildPythonPackage rec {
pname = "relatorio";
name = "${pname}-${version}";
version = "0.6.4";
version = "0.7.0";
src = fetchurl {
url = "mirror://pypi/r/relatorio/${name}.tar.gz";
sha256 = "0lincq79mzgazwd9gh41dybjh9c3n87r83pl8nk3j79aihyfk84z";
sha256 = "efd68d96573b15c59c24a8f420ed14210ce51de535a8470d14381f2bed69d845";
};
propagatedBuildInputs = [
genshi