Merge pull request #295995 from Stunkymonkey/python-booleanoperations-normalize

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