python37Packages.bitarray: 1.6.3 -> 1.7.0 (#114860)
Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch>
This commit is contained in:
parent
58927de449
commit
ea22dee42b
@ -2,13 +2,15 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "bitarray";
|
pname = "bitarray";
|
||||||
version = "1.6.3";
|
version = "1.7.0";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "ae27ce4bef4f35b4cc2c0b0d9cf02ed49eee567c23d70cb5066ad215f9b62b3c";
|
sha256 = "e31b472ac92e04ea943723cf781ec168e15049d91a3052203defb81652d2b086";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
pythonImportsCheck = [ "bitarray" ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Efficient arrays of booleans";
|
description = "Efficient arrays of booleans";
|
||||||
homepage = "https://github.com/ilanschnell/bitarray";
|
homepage = "https://github.com/ilanschnell/bitarray";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user