Python: many package updates

Did not test all packages. Likely we'll have some breakage.
This commit is contained in:
Frederik Rietdijk
2017-05-27 14:24:47 +02:00
parent 4cbd5e4141
commit 6b999f3c42
63 changed files with 129 additions and 137 deletions

View File

@@ -1,13 +1,13 @@
{ lib, fetchurl, buildPythonPackage, docutils, six, sphinx, isPy3k }:
buildPythonPackage rec {
version = "4.2.0";
version = "4.6.0";
pname = "breathe";
name = "${pname}-${version}";
src = fetchurl {
url = "mirror://pypi/b/breathe/${name}.tar.gz";
sha256 = "0m3w8yx24nm01xxx6aj08cklnifwlzzmczc5b0ni40l63lhvm3lp";
sha256 = "9db2ba770f824da323b9ea3db0b98d613a4e0af094c82ccb0a82991da81b736a";
};
propagatedBuildInputs = [ docutils six sphinx ];