Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

python: relatorio: 0.7.1 -> 0.8.0

+2 -2
+2 -2
pkgs/development/python-modules/relatorio/default.nix
··· 3 3 buildPythonPackage rec { 4 4 pname = "relatorio"; 5 5 name = "${pname}-${version}"; 6 - version = "0.7.1"; 6 + version = "0.8.0"; 7 7 src = fetchurl { 8 8 url = "mirror://pypi/r/relatorio/${name}.tar.gz"; 9 - sha256 = "744f1e39313f037a0ab52a154338ece151d83e5442a9278db1f8ce450ce6c2cd"; 9 + sha256 = "bddf85d029c5c85a0f976d73907e14e4c3093065fe8527170c91abf0218546d9"; 10 10 }; 11 11 propagatedBuildInputs = [ 12 12 genshi