diff options
| author | R. RyanTM <ryantm-bot@ryantm.com> | 2021-03-02 16:13:29 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-03 01:13:29 +0100 |
| commit | ea22dee42bf32fe69ba92a2ba79c33c9e456983a (patch) | |
| tree | 2e58a4adc6e9dd1bf615c59fb7121d8c6659b15b /pkgs/development/python-modules/bitarray | |
| parent | 58927de44985bc0c1cea168e68c403fad2de91d6 (diff) | |
python37Packages.bitarray: 1.6.3 -> 1.7.0 (#114860)
Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch>
Diffstat (limited to 'pkgs/development/python-modules/bitarray')
| -rw-r--r-- | pkgs/development/python-modules/bitarray/default.nix | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/bitarray/default.nix b/pkgs/development/python-modules/bitarray/default.nix index 2f98f3917b84..53633b041f7e 100644 --- a/pkgs/development/python-modules/bitarray/default.nix +++ b/pkgs/development/python-modules/bitarray/default.nix @@ -2,13 +2,15 @@ buildPythonPackage rec { pname = "bitarray"; - version = "1.6.3"; + version = "1.7.0"; src = fetchPypi { inherit pname version; - sha256 = "ae27ce4bef4f35b4cc2c0b0d9cf02ed49eee567c23d70cb5066ad215f9b62b3c"; + sha256 = "e31b472ac92e04ea943723cf781ec168e15049d91a3052203defb81652d2b086"; }; + pythonImportsCheck = [ "bitarray" ]; + meta = with lib; { description = "Efficient arrays of booleans"; homepage = "https://github.com/ilanschnell/bitarray"; |
