mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
Merge pull request #295706 from Stunkymonkey/python-heapdict-normalize
python312Packages.heapdict: normalize pname
This commit is contained in:
commit
ac6026f048
@ -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";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user