python312Packages.heapdict: normalize pname

This commit is contained in:
Felix Buehler 2024-03-13 20:57:16 +01:00
parent ccab9e2120
commit ab8e85035d
1 changed files with 3 additions and 2 deletions

View File

@ -1,11 +1,12 @@
{ lib, buildPythonPackage, fetchPypi, isPy3k }:
buildPythonPackage rec {
pname = "HeapDict";
pname = "heapdict";
version = "1.0.1";
src = fetchPypi {
inherit pname version;
pname = "HeapDict";
inherit version;
sha256 = "8495f57b3e03d8e46d5f1b2cc62ca881aca392fd5cc048dc0aa2e1a6d23ecdb6";
};