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

@@ -3,13 +3,13 @@
, git, glibcLocales }:
buildPythonPackage rec {
version = "0.14.1";
version = "0.17.3";
pname = "dulwich";
name = "${pname}-${version}";
src = fetchurl {
url = "mirror://pypi/d/dulwich/${name}.tar.gz";
sha256 = "14xsyxha6qyxxyf0ma3zv1sy31iy22vzwayk519n7a1gwzk4j7vw";
sha256 = "0c3eccac93823e172b05d57aaeab3d6f03c6c0f1867613606d1909a3ab4100ca";
};
LC_ALL = "en_US.UTF-8";