Merge pull request #296661 from Stunkymonkey/python-nosejs-normalize

python312Packages.nosejs: normalize pname
This commit is contained in:
Felix Bühler 2024-03-17 21:30:06 +01:00 committed by GitHub
commit e1c5e05f1d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,11 +5,12 @@
}:
buildPythonPackage rec {
pname = "NoseJS";
pname = "nosejs";
version = "0.9.4";
src = fetchPypi {
inherit pname version;
pname = "NoseJS";
inherit version;
sha256 = "0qrhkd3sga56qf6k0sqyhwfcladwi05gl6aqmr0xriiq1sgva5dy";
};