pythonPackages.jug: 1.4.0 -> 1.6.1
Update Jug Python package
This commit is contained in:
parent
6b95cf646c
commit
c2dc21ea85
@ -6748,7 +6748,7 @@ in {
|
|||||||
jsbeautifier = callPackage ../development/python-modules/jsbeautifier {};
|
jsbeautifier = callPackage ../development/python-modules/jsbeautifier {};
|
||||||
|
|
||||||
jug = buildPythonPackage rec {
|
jug = buildPythonPackage rec {
|
||||||
version = "1.4.0";
|
version = "1.6.1";
|
||||||
name = "jug-${version}";
|
name = "jug-${version}";
|
||||||
buildInputs = with self; [ nose numpy ];
|
buildInputs = with self; [ nose numpy ];
|
||||||
propagatedBuildInputs = with self; [
|
propagatedBuildInputs = with self; [
|
||||||
@ -6762,7 +6762,7 @@ in {
|
|||||||
|
|
||||||
src = pkgs.fetchurl {
|
src = pkgs.fetchurl {
|
||||||
url = "mirror://pypi/J/Jug/Jug-${version}.tar.gz";
|
url = "mirror://pypi/J/Jug/Jug-${version}.tar.gz";
|
||||||
sha256 = "0s9m34k8w59k32sjcg74qqdz8r492sxhsdmlhca1z7jazdk56dzb";
|
sha256 = "15lv998mz6kpp65kh8wsfnrl5ay02bk1lm07nbbdv2k455bhrn1i";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user