lol
0
fork

Configure Feed

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

python311Packages.solax: 0.3.1 -> 0.3.2

+2 -2
+2 -2
pkgs/development/python-modules/solax/default.nix
··· 13 13 14 14 buildPythonPackage rec { 15 15 pname = "solax"; 16 - version = "0.3.1"; 16 + version = "0.3.2"; 17 17 format = "setuptools"; 18 18 19 19 disabled = pythonOlder "3.8"; 20 20 21 21 src = fetchPypi { 22 22 inherit pname version; 23 - hash = "sha256-kseU6JK00GTPyqdWku2ceT5/mChMVVPgEEib3BmjI/g="; 23 + hash = "sha256-7UDTG8rw9XJd5LPqcAe2XyE7DQa96dBj9YOcgW+/aFc="; 24 24 }; 25 25 26 26 nativeBuildInputs = [