python312Packages.hypercorn: normalize pname
This commit is contained in:
parent
c59aeecf02
commit
4b6fb3391e
1 changed files with 2 additions and 2 deletions
|
@ -15,14 +15,14 @@
|
|||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "Hypercorn";
|
||||
pname = "hypercorn";
|
||||
version = "0.14.3";
|
||||
disabled = pythonOlder "3.7";
|
||||
format = "pyproject";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "pgjones";
|
||||
repo = pname;
|
||||
repo = "Hypercorn";
|
||||
rev = version;
|
||||
hash = "sha256-ECREs8UwqTWUweUrwnUwpVotCII2v4Bz7ZCk3DSAd8I=";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue