python312Packages.flask-bootstrap: normalize pname

This commit is contained in:
Felix Buehler 2024-03-13 19:50:23 +01:00
parent ccab9e2120
commit d882485d20
1 changed files with 3 additions and 2 deletions

View File

@ -1,11 +1,12 @@
{ lib, buildPythonPackage, fetchPypi, flask, visitor, dominate }:
buildPythonPackage rec {
pname = "Flask-Bootstrap";
pname = "flask-bootstrap";
version = "3.3.7.1";
src = fetchPypi {
inherit pname version;
pname = "Flask-Bootstrap";
inherit version;
sha256 = "1j1s2bplaifsnmr8vfxa3czca4rz78xyhrg4chx39xl306afs26b";
};