Skip to content

Commit

Permalink
python312Packages.intbitset: 3.1.0 -> 4.0.0 (#350829)
Browse files Browse the repository at this point in the history
  • Loading branch information
natsukium authored Oct 29, 2024
2 parents 4269b5e + 26fba32 commit 87c3a69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/intbitset/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@

buildPythonPackage rec {
pname = "intbitset";
version = "3.1.0";
version = "4.0.0";
pyproject = true;

disabled = pythonOlder "3.7";

src = fetchPypi {
inherit pname version;
hash = "sha256-boPFun/aJSCqhWVCi7r4Qt63KT1mXzzYKByzklTS/3E=";
hash = "sha256-wUHtqhwXuRwph1N+Jp2VWra9w5Zq89624eDSDtvQndI=";
};

build-system = [ setuptools ];
Expand Down

0 comments on commit 87c3a69

Please sign in to comment.