Merge pull request #297040 from Stunkymonkey/python-zodb-normalize

python312Packages.zodb: normalize pname
This commit is contained in:
Sandro 2024-03-24 19:45:37 +01:00 committed by GitHub
commit 1b251d2b94
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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=";
};