pythonPackages.jug: 1.4.0 -> 1.6.1

Update Jug Python package
This commit is contained in:
Luis Pedro Coelho 2017-08-30 20:53:53 +02:00 committed by Franz Pletz
parent 6b95cf646c
commit c2dc21ea85

View File

@ -6748,7 +6748,7 @@ in {
jsbeautifier = callPackage ../development/python-modules/jsbeautifier {};
jug = buildPythonPackage rec {
version = "1.4.0";
version = "1.6.1";
name = "jug-${version}";
buildInputs = with self; [ nose numpy ];
propagatedBuildInputs = with self; [
@ -6762,7 +6762,7 @@ in {
src = pkgs.fetchurl {
url = "mirror://pypi/J/Jug/Jug-${version}.tar.gz";
sha256 = "0s9m34k8w59k32sjcg74qqdz8r492sxhsdmlhca1z7jazdk56dzb";
sha256 = "15lv998mz6kpp65kh8wsfnrl5ay02bk1lm07nbbdv2k455bhrn1i";
};
meta = {