mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 02:55:39 +00:00
Merge pull request #296000 from Stunkymonkey/python-clustershell-normalize
python312Packages.clustershell: normalize pname
This commit is contained in:
commit
13a8da9671
@ -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=";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user