python312Packages.booleanoperations: normalize pname

This commit is contained in:
Felix Buehler 2024-03-14 22:46:46 +01:00
parent ccab9e2120
commit bb2c18ec3e
1 changed files with 3 additions and 2 deletions

View File

@ -4,11 +4,12 @@
}:
buildPythonPackage rec {
pname = "booleanOperations";
pname = "booleanoperations";
version = "0.9.0";
src = fetchPypi {
inherit pname version;
pname = "booleanOperations";
inherit version;
sha256 = "1f41lb19m8azchl1aqz6j5ycbspb8jsf1cnn42hlydxd68f85ylc";
extension = "zip";
};