python312Packages.keras-applications: normalize pname

This commit is contained in:
Felix Buehler 2024-03-17 11:35:19 +01:00
parent ccab9e2120
commit ecc6829d2f

View File

@ -1,11 +1,12 @@
{ lib, buildPythonPackage, fetchPypi, numpy, h5py }:
buildPythonPackage rec {
pname = "Keras_Applications";
pname = "keras-applications";
version = "1.0.8";
src = fetchPypi {
inherit pname version;
pname = "Keras_Applications";
inherit version;
sha256 = "5579f9a12bcde9748f4a12233925a59b93b73ae6947409ff34aa2ba258189fe5";
};