mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
python: Keras: 2.1.5 -> 2.1.6
This commit is contained in:
parent
5a014fdfa6
commit
dac15220fd
1 changed files with 2 additions and 2 deletions
|
@ -5,12 +5,12 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "Keras";
|
||||
version = "2.1.5";
|
||||
version = "2.1.6";
|
||||
name = "${pname}-${version}";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "907ad29add1fff27342a9f4fe3e60003d450d3af41a38f22f629c7736fc8399d";
|
||||
sha256 = "c14af1081242c25617ade7eb62121d58d01f16e1e744bae9fc4f1f95a417716e";
|
||||
};
|
||||
|
||||
checkInputs = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue