0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

python3Packages.bitarray: 2.1.0 -> 2.1.3

This commit is contained in:
Martin Weinelt 2021-06-18 23:47:10 +02:00 committed by Jonathan Ringer
parent 9ab904a336
commit cda806a6c5
No known key found for this signature in database
GPG key ID: 5C841D3CFDFEC4E0

View file

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "bitarray";
version = "2.1.0";
version = "2.1.3";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-lyJKGTJezuSaO/TfPuBTHTr5zyiLZ9CJp+9Eo8TqODk=";
sha256 = "a24aff72a7f1b09571b5daf9dbfcffd98481be1fe085ae5ef662cf11452a97e0";
};
checkPhase = ''