Merge pull request #297025 from Stunkymonkey/python-macfsevents-normalize

python312Packages.macfsevents: normalize pname
This commit is contained in:
Mario Rodas 2024-03-18 18:50:55 -05:00 committed by GitHub
commit 8e9880c6bc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,11 +6,12 @@
}:
buildPythonPackage rec {
pname = "MacFSEvents";
pname = "macfsevents";
version = "0.8.4";
src = fetchPypi {
inherit pname version;
pname = "MacFSEvents";
inherit version;
sha256 = "sha256-v3KD8dUXdkzNyBlbIWMdu6wcUGuSC/mo6ilWsxJ2Ucs=";
};