diff options
| author | R. RyanTM <ryantm-bot@ryantm.com> | 2021-01-21 09:51:07 +0000 |
|---|---|---|
| committer | Jonathan Ringer <jonringer@users.noreply.github.com> | 2021-01-22 07:51:33 -0800 |
| commit | f2c88014c8cc7b93be871248747e17528da2b3bf (patch) | |
| tree | d9ec0184e089555ea1194d046b4fc8f7f67c1ed8 /pkgs/development/python-modules/bitarray | |
| parent | python37Packages.azure-storage-file-share: 12.4.0 -> 12.4.1 (diff) | |
| download | nixpkgs-f2c88014c8cc7b93be871248747e17528da2b3bf.tar.gz | |
python37Packages.bitarray: 1.6.1 -> 1.6.3
Diffstat (limited to 'pkgs/development/python-modules/bitarray')
| -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 08e81476ba6f..2f98f3917b84 100644 --- a/pkgs/development/python-modules/bitarray/default.nix +++ b/pkgs/development/python-modules/bitarray/default.nix @@ -2,11 +2,11 @@ buildPythonPackage rec { pname = "bitarray"; - version = "1.6.1"; + version = "1.6.3"; src = fetchPypi { inherit pname version; - sha256 = "ab85b38365dd9956264226b30dababa02161ed49bb36c7ee82cc6545e07b1599"; + sha256 = "ae27ce4bef4f35b4cc2c0b0d9cf02ed49eee567c23d70cb5066ad215f9b62b3c"; }; meta = with lib; { |
