diff options
| author | Fabian Affolter <mail@fabian-affolter.ch> | 2023-10-10 09:17:37 +0200 |
|---|---|---|
| committer | Fabian Affolter <mail@fabian-affolter.ch> | 2023-10-10 09:17:37 +0200 |
| commit | ae1c4fd1a17dee5d0a946549abb71de9b240bcfe (patch) | |
| tree | c64c2d76b4bb50a3adc98b9086fe8c371b4506a2 /pkgs/development/python-modules/bitarray | |
| parent | 72457c9fc55af797f2bafe9ea82f749bc8a24750 (diff) | |
python311Packages.bitarray: 2.8.1 -> 2.8.2
Changelog: https://github.com/ilanschnell/bitarray/raw/2.8.2/CHANGE_LOG
Diffstat (limited to 'pkgs/development/python-modules/bitarray')
| -rw-r--r-- | pkgs/development/python-modules/bitarray/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/bitarray/default.nix b/pkgs/development/python-modules/bitarray/default.nix index a301f5757d56..55f709c0e3df 100644 --- a/pkgs/development/python-modules/bitarray/default.nix +++ b/pkgs/development/python-modules/bitarray/default.nix @@ -7,14 +7,14 @@ buildPythonPackage rec { pname = "bitarray"; - version = "2.8.1"; + version = "2.8.2"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-5ozu81qIYl0WFpVQdo/MjTiUkT42PCTsv2uMB+sCyPM="; + hash = "sha256-+QsvRLWyM2TV+63iw0ZS4Vsfz+gTxG+CjgCPaKcJFg8="; }; checkPhase = '' |
