Merge pull request #297033 from Stunkymonkey/python-pynamecheap-normalize

python312Packages.pynamecheap: normalize pname
This commit is contained in:
Sandro 2024-03-25 21:14:56 +01:00 committed by GitHub
commit d4261dba0e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
}:
buildPythonPackage rec {
pname = "PyNamecheap";
pname = "pynamecheap";
version = "0.0.3";
propagatedBuildInputs = [ requests ];
@ -15,7 +15,7 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "Bemmu";
repo = pname;
repo = "PyNamecheap";
rev = "v${version}";
sha256 = "1g1cd2yc6rpdsc5ax7s93y5nfkf91gcvbgcaqyl9ida6srd9hr97";
};