python312Packages.coapthon3: normalize pname

This commit is contained in:
Felix Buehler 2024-03-18 22:29:55 +01:00
parent 95ba44e8f7
commit 3cfa7b5c58

View File

@ -1,13 +1,13 @@
{ buildPythonPackage, cachetools, fetchFromGitHub, isPy27, lib }:
buildPythonPackage rec {
pname = "CoAPthon3";
pname = "coapthon3";
version = "1.0.2";
disabled = isPy27;
src = fetchFromGitHub {
owner = "Tanganelli";
repo = pname;
repo = "CoAPthon3";
rev = version;
hash = "sha256-9QApoPUu3XFZY/lgjAsf5r2StFiRtUd1UXWDrzYUh6w=";
};