python311Packages.jupyterlab-pygments: normalize pname

This commit is contained in:
natsukium
2023-12-22 20:09:43 +09:00
parent 0e7d833005
commit 5c189aa5fc
@@ -9,14 +9,15 @@
}:
buildPythonPackage rec {
pname = "jupyterlab_pygments";
pname = "jupyterlab-pygments";
version = "0.3.0";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
pname = "jupyterlab_pygments";
inherit version;
hash = "sha256-chrKTZApJSsRz6nRheW1r01Udyu4By+bcDb0FwBU010=";
};