about summary refs log tree commit diff
path: root/pkgs/development/python-modules/Theano
diff options
context:
space:
mode:
authorEric Sagnes <eric.sagnes@gmail.com>2017-06-08 14:16:40 +0900
committerEric Sagnes <eric.sagnes@gmail.com>2017-06-08 14:16:40 +0900
commita8b9b9b0d8e1bc62e5aac164f55a69e6d08db4d2 (patch)
tree8dad37c764437ccb2e0f6fd904d43dc26edde58d /pkgs/development/python-modules/Theano
parenta7450098d405cc4ad60756b325f52ee960bcac22 (diff)
pythonPackages.Theano: 0.8.1 -> 0.9.0
Diffstat (limited to 'pkgs/development/python-modules/Theano')
-rw-r--r--pkgs/development/python-modules/Theano/theano-without-cuda/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/Theano/theano-without-cuda/default.nix b/pkgs/development/python-modules/Theano/theano-without-cuda/default.nix
index 6efa945b0e611..902554070029e 100644
--- a/pkgs/development/python-modules/Theano/theano-without-cuda/default.nix
+++ b/pkgs/development/python-modules/Theano/theano-without-cuda/default.nix
@@ -12,13 +12,13 @@
 }:
 
 buildPythonPackage rec {
-  name = "Theano-0.8.2";
+  name = "Theano-0.9.0";
 
   disabled = isPyPy || pythonOlder "2.6" || (isPy3k && pythonOlder "3.3");
 
   src = fetchurl {
     url = "mirror://pypi/T/Theano/${name}.tar.gz";
-    sha256 = "7463c8f7ed1a787bf881f36d38a38607150186697e7ce7e78bfb94b7c6af8930";
+    sha256 = "05xwg00da8smkvkh6ywbywqzj8dw7x840jr74wqhdy9icmqncpbl";
   };
 
   #preCheck = ''