diff options
| author | Fabian Affolter <mail@fabian-affolter.ch> | 2023-12-12 09:21:30 +0100 |
|---|---|---|
| committer | Fabian Affolter <mail@fabian-affolter.ch> | 2023-12-12 09:21:30 +0100 |
| commit | 3465e1d2e6398f5b364519464c4aa44feea21dfe (patch) | |
| tree | 460b0d69738725da6bc2d70117392142cf0c99df /pkgs/development/python-modules/bitarray | |
| parent | Merge pull request #273577 from fabaff/dependency-track-exporter (diff) | |
| download | nixpkgs-3465e1d2e6398f5b364519464c4aa44feea21dfe.tar.gz | |
python311Packages.bitarray: 2.8.3 -> 2.8.5
Changelog: https://github.com/ilanschnell/bitarray/raw/2.8.5/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 e69b31b118f6..2895aac54621 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.3"; + version = "2.8.5"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-4VWHsr3xjTLrO6JfX1pRvt0NwGsxEqTFPated1O8ZYg="; + hash = "sha256-t1ZP0hjMRHn38BBtNB4Jb3iQe0eGWu7/cCyAffGSfAE="; }; checkPhase = '' |
