1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-29 09:02:46 +00:00

python3Packages.bitarray: 2.2.0 -> 2.2.1

This commit is contained in:
Fabian Affolter 2021-07-07 17:49:34 +02:00 committed by Jonathan Ringer
parent a7a7be8b94
commit fc745d501d

View file

@ -6,11 +6,11 @@
buildPythonPackage rec {
pname = "bitarray";
version = "2.2.0";
version = "2.2.1";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-xF7u+qYA9vL2hD/EaZhprl18HouPtY/zgFhM6bx6cII=";
sha256 = "sha256-MbQNcWofBkLqnidBwpt1YpkHXbLh0evnUOPiwUafWJ0=";
};
checkPhase = ''