python312Packages.pypdf2: normalize pname

This commit is contained in:
Felix Buehler 2024-03-17 20:58:54 +01:00
parent 95ba44e8f7
commit f85b97c3fb
1 changed files with 3 additions and 2 deletions

View File

@ -8,13 +8,14 @@
}:
buildPythonPackage rec {
pname = "PyPDF2";
pname = "pypdf2";
version = "3.0.1";
format = "pyproject";
src = fetchPypi {
inherit pname version;
pname = "PyPDF2";
inherit version;
hash = "sha256-p0QI9pumJx9xuTUu9O0D3FOjGqQE0ptdMfU7/s/uFEA=";
};