Skip to content

Commit

Permalink
Merge pull request #211376 from r-ryantm/auto-update/python310Package…
Browse files Browse the repository at this point in the history
…s.bitarray

python310Packages.bitarray: 2.6.1 -> 2.7.0
  • Loading branch information
mweinelt authored Feb 11, 2023
2 parents 05b946a + 307918b commit ef28602
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/bitarray/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@

buildPythonPackage rec {
pname = "bitarray";
version = "2.6.1";
version = "2.7.0";
format = "setuptools";

disabled = pythonOlder "3.7";

src = fetchPypi {
inherit pname version;
hash = "sha256-hEClSTIh9u1sTg2csrpuTmAKX7Y59mAD6vFbcVCkkjA=";
hash = "sha256-ALtyPPcFnjCzKLZWizt1wPZS7JIo2VnVTpl4UqMaMaI=";
};

checkPhase = ''
Expand Down

0 comments on commit ef28602

Please sign in to comment.