Merge pull request #296522 from Stunkymonkey/python-foxdot-normalize

python312Packages.foxdot: normalize pname
This commit is contained in:
Sandro 2024-03-24 19:46:42 +01:00 committed by GitHub
commit 664b9954d0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 2 deletions

View File

@ -7,11 +7,12 @@
}:
buildPythonPackage rec {
pname = "FoxDot";
pname = "foxdot";
version = "0.8.12";
src = fetchPypi {
inherit pname version;
pname = "FoxDot";
inherit version;
sha256 = "528999da55ad630e540a39c0eaeacd19c58c36f49d65d24ea9704d0781e18c90";
};