Merge pull request #296000 from Stunkymonkey/python-clustershell-normalize

python312Packages.clustershell: normalize pname
This commit is contained in:
Jörg Thalheim 2024-03-21 18:01:16 +01:00 committed by GitHub
commit 13a8da9671
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,11 +11,12 @@
}:
buildPythonPackage rec {
pname = "ClusterShell";
pname = "clustershell";
version = "1.9.2";
src = fetchPypi {
inherit pname version;
pname = "ClusterShell";
inherit version;
hash = "sha256-rsF/HG4GNBC+N49b+sDO2AyUI1G44wJNBUwQNPzShD0=";
};