Merge pull request #296650 from Stunkymonkey/python-mutatormath-normalize

python312Packages.mutatormath: normalize pname
This commit is contained in:
Sandro 2024-03-25 21:32:26 +01:00 committed by GitHub
commit 73b29036fc
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 = "MutatorMath";
pname = "mutatormath";
version = "3.0.1";
src = fetchPypi {
inherit pname version;
pname = "MutatorMath";
inherit version;
sha256 = "0r1qq45np49x14zz1zwkaayqrn7m8dn2jlipjldg2ihnmpzw29w1";
extension = "zip";
};