python312Packages.flask-seasurf: normalize pname

This commit is contained in:
Felix Buehler 2024-03-13 19:51:15 +01:00
parent 5f1315a284
commit 82ebbce67b
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{ lib, fetchFromGitHub, fetchpatch, buildPythonPackage, isPy3k, flask, mock, unittestCheckHook }:
buildPythonPackage rec {
pname = "Flask-SeaSurf";
pname = "flask-seasurf";
version = "1.1.1";
disabled = !isPy3k;