Merge pull request #94840 from r-ryantm/auto-update/python2.7-bitarray

python27Packages.bitarray: 1.3.0 -> 1.5.0
This commit is contained in:
Benjamin Hipple 2020-08-08 10:44:23 -04:00 committed by GitHub
commit 50536ef148
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "bitarray";
version = "1.3.0";
version = "1.5.0";
src = fetchPypi {
inherit pname version;
sha256 = "1pz3yd9rhz3cb0yf7dbjhd1awm0w7vsbj73k4v95484j2kdxk3d4";
sha256 = "e1823b33d2caa7fc54ab5507eff316e74abfdc30434db8f3be908ab52a330021";
};
meta = with lib; {