diff options
| author | Fabian Affolter <mail@fabian-affolter.ch> | 2023-11-16 09:00:38 +0100 |
|---|---|---|
| committer | Fabian Affolter <mail@fabian-affolter.ch> | 2023-11-16 09:00:38 +0100 |
| commit | d44f7f273d2137ff19515e8f6c6a3c433b048ce3 (patch) | |
| tree | a457125b96233d2419e54b56c5727f1a3dc82100 /pkgs/development/python-modules/bitarray | |
| parent | Merge pull request #267775 from r-ryantm/auto-update/talosctl (diff) | |
| download | nixpkgs-d44f7f273d2137ff19515e8f6c6a3c433b048ce3.tar.gz | |
python311Packages.bitarray: 2.8.2 -> 2.8.3
Changelog: https://github.com/ilanschnell/bitarray/raw/2.8.3/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 55f709c0e3df..e69b31b118f6 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.2"; + version = "2.8.3"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-+QsvRLWyM2TV+63iw0ZS4Vsfz+gTxG+CjgCPaKcJFg8="; + hash = "sha256-4VWHsr3xjTLrO6JfX1pRvt0NwGsxEqTFPated1O8ZYg="; }; checkPhase = '' |
