python3.pkgs.clr-loader: normalize pname

This commit is contained in:
Theodore Ni 2023-08-05 00:37:04 -07:00
parent 92fceb3cc2
commit 809db2e8e5
No known key found for this signature in database
GPG Key ID: 48B67583BDDD4474

View File

@ -9,10 +9,11 @@
}:
let
pname = "clr_loader";
pname = "clr-loader";
version = "0.2.5";
src = fetchPypi {
inherit pname version;
pname = "clr_loader";
inherit version;
sha256 = "sha256-gu1ftlRynRT9iCludLtrhOss+5dv9LfUnU5En9eKIms=";
};