python312Packages.booleanoperations: normalize pname
This commit is contained in:
@@ -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";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user