Merge pull request #117391 from r-ryantm/auto-update/python3.8-bitarray

python38Packages.bitarray: 1.7.1 -> 1.8.0
This commit is contained in:
Benjamin Hipple 2021-03-23 18:12:54 -04:00 committed by GitHub
commit 5361b4b7cc
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.7.1";
version = "1.8.0";
src = fetchPypi {
inherit pname version;
sha256 = "e4de977d708b7024760266d827b8285e4405dce4293f25508c4556970139018a";
sha256 = "fe4444d92b17073bf1f9f24e3015a0e5bb70a645c47df93ef8a9ce8be33fcbad";
};
pythonImportsCheck = [ "bitarray" ];