Merge branch 'master' into staging-next

This commit is contained in:
Robert Schütz
2021-06-26 00:33:58 +02:00
111 changed files with 1069 additions and 420 deletions

View File

@@ -1,4 +1,8 @@
{ lib, buildPythonPackage, fetchPypi, python }:
{ lib
, buildPythonPackage
, fetchPypi
, python
}:
buildPythonPackage rec {
pname = "bitarray";