Python: many package updates
Did not test all packages. Likely we'll have some breakage.
This commit is contained in:
@@ -3,14 +3,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "edward";
|
||||
version = "1.2.2";
|
||||
version = "1.3.1";
|
||||
name = "${pname}-${version}";
|
||||
|
||||
disabled = !(isPy27 || pythonAtLeast "3.4");
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "0h9i15l7mczwx8jvabjbvxjjidr13x81h6vylb1p8r308w01r2as";
|
||||
sha256 = "5f868604c4d13ccc054906fae6c0115edf295a81897cc9dc97026bb083d275ae";
|
||||
};
|
||||
|
||||
# disabled for now due to Tensorflow trying to create files in $HOME:
|
||||
|
||||
Reference in New Issue
Block a user