0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

python3Packages.bitarray: 3.3.0 -> 3.4.1

This commit is contained in:
R. Ryantm 2025-05-17 15:39:03 +00:00
parent 2c25b7b552
commit bdb59d089f

View file

@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "bitarray";
version = "3.3.0";
version = "3.4.1";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-BEkJzmO3et9XOd5A4vYhRzRT6dS9uRPvLRTBhaRTLOc=";
hash = "sha256-5fqIcyu8+1Q37lVOGPhCqPbIa+c2VrBYDuFG/Tcxdsk=";
};
build-system = [ setuptools ];