Merge pull request #296008 from Stunkymonkey/python-cppheaderparser-normalize

python312Packages.cppheaderparser: normalize pname
This commit is contained in:
Sandro 2024-03-25 21:32:07 +01:00 committed by GitHub
commit 5119e8a4af
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 2 deletions

View File

@ -5,11 +5,12 @@
}:
buildPythonPackage rec {
pname = "CppHeaderParser";
pname = "cppheaderparser";
version = "2.7.4";
src = fetchPypi {
inherit pname version;
pname = "CppHeaderParser";
inherit version;
hash = "sha256-OCswQW2VsKXoUCshSBDcrCpWQykX4mUUR9Or4lPjzEI=";
};