1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

python: Keras: 2.1.1 -> 2.1.2

This commit is contained in:
Frederik Rietdijk 2017-12-30 12:24:01 +01:00
parent 45ebdc3ca0
commit 8c22f1eaf1

View file

@ -5,12 +5,12 @@
buildPythonPackage rec {
pname = "Keras";
version = "2.1.1";
version = "2.1.2";
name = "${pname}-${version}";
src = fetchPypi {
inherit pname version;
sha256 = "f0ca2458c60d9711edf4291230b31795307ad3781cb6232ff4792b53c8f55123";
sha256 = "3ee56fc129d9d00b1916046e50056047836f97ada59df029e5661fb34442d5e8";
};
checkInputs = [