lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python3Packages.bitstruct: 8.14.1 -> 8.15.1

+2 -2
+2 -2
pkgs/development/python-modules/bitstruct/default.nix
··· 6 6 7 7 buildPythonPackage rec { 8 8 pname = "bitstruct"; 9 - version = "8.14.1"; 9 + version = "8.15.1"; 10 10 format = "setuptools"; 11 11 12 12 disabled = pythonOlder "3.7"; 13 13 14 14 src = fetchPypi { 15 15 inherit pname version; 16 - hash = "sha256-04ExvUR7avW49GTEh4eXyHpdnaHJW5NX4HHEJP3l8FU="; 16 + hash = "sha256-b6atv7jzuMtowhsTqmXSPrLDrDJBmrkm8/0f/3F6kSU="; 17 17 }; 18 18 19 19 pythonImportsCheck = [