diff options
| author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2023-02-11 06:01:15 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-11 06:01:15 +0000 |
| commit | 63655bdaea6985faea18fcd604b011c065073781 (patch) | |
| tree | c5b10ae9c6ce15ae14070c6e8b40a0c9fca9dff8 /pkgs/development/python-modules/bitarray/default.nix | |
| parent | e969c56b62ba3d9114c6acd2ce125fe5848b8ee8 (diff) | |
| parent | 59101f53e21ed7e5db5ab566701936bf426015bc (diff) | |
Merge master into staging-next
Diffstat (limited to 'pkgs/development/python-modules/bitarray/default.nix')
| -rw-r--r-- | pkgs/development/python-modules/bitarray/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/bitarray/default.nix b/pkgs/development/python-modules/bitarray/default.nix index a9bbef0e4325..30a5b338617b 100644 --- a/pkgs/development/python-modules/bitarray/default.nix +++ b/pkgs/development/python-modules/bitarray/default.nix @@ -7,14 +7,14 @@ buildPythonPackage rec { pname = "bitarray"; - version = "2.6.1"; + version = "2.7.0"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-hEClSTIh9u1sTg2csrpuTmAKX7Y59mAD6vFbcVCkkjA="; + hash = "sha256-ALtyPPcFnjCzKLZWizt1wPZS7JIo2VnVTpl4UqMaMaI="; }; checkPhase = '' |
