python312Packages.zodb: normalize pname

This commit is contained in:
Felix Buehler 2024-03-18 22:52:12 +01:00
parent 95ba44e8f7
commit efc007a414
1 changed files with 3 additions and 2 deletions

View File

@ -15,11 +15,12 @@
}:
buildPythonPackage rec {
pname = "ZODB";
pname = "zodb";
version = "5.8.1";
src = fetchPypi {
inherit pname version;
pname = "ZODB";
inherit version;
hash = "sha256-xsc6vTZg1gb/wfIfl97xS1K0b0pwLsnm7kSabiviZN8=";
};