pythonPackages.ipython_genutils: 0.1.0 -> 0.2.0

This commit is contained in:
Frederik Rietdijk 2017-03-14 15:41:10 +01:00
parent 88a3861c7b
commit fc55e80ee7

View file

@ -13118,21 +13118,14 @@ in {
};
ipython_genutils = buildPythonPackage rec {
version = "0.1.0";
version = "0.2.0";
name = "ipython_genutils-${version}";
src = pkgs.fetchurl {
url = "mirror://pypi/i/ipython_genutils/${name}.tar.gz";
sha256 = "3a0624a251a26463c9dfa0ffa635ec51c4265380980d9a50d65611c3c2bd82a6";
sha256 = "eb2e116e75ecef9d4d228fdc66af54269afa26ab4463042e33785b887c628ba8";
};
patches = [
(pkgs.fetchpatch {
url = "https://github.com/ipython/ipython_genutils/commit/6d74d8cb34e49820e48ba8b4f5e5f8322824f4f7.patch";
sha256 = "13ah6a11qldzzywax50la6qwq02sk5929gjkzzn456lg1ja5gq35";
})
];
LC_ALL = "en_US.UTF-8";
buildInputs = with self; [ nose pkgs.glibcLocales ];