python3Packages.btrees: update pname

This commit is contained in:
Fabian Affolter 2022-03-10 23:29:46 +01:00 committed by GitHub
parent 2582c10f6f
commit 5408b5540c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,14 +10,15 @@
}:
buildPythonPackage rec {
pname = "BTrees";
pname = "btrees";
version = "4.10.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
pname = "BTrees";
inherit version;
hash = "sha256-1qsONBDQdNcVQkXW3GSTrobxtQvWCA0TEOuz7N6l3rY=";
};