summaryrefslogtreecommitdiffstats
path: root/pkgs
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-01-21 09:51:07 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-01-22 07:51:33 -0800
commitf2c88014c8cc7b93be871248747e17528da2b3bf (patch)
treed9ec0184e089555ea1194d046b4fc8f7f67c1ed8 /pkgs
parentd92570f52cba53d78fa63544bbef0c7deaa71d6c (diff)
python37Packages.bitarray: 1.6.1 -> 1.6.3
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/bitarray/default.nix4
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; {