lol
0
fork

Configure Feed

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

python310Packages.cometblue-lite: 0.5.2 -> 0.5.3

+2 -2
+2 -2
pkgs/development/python-modules/cometblue-lite/default.nix
··· 8 8 9 9 buildPythonPackage rec { 10 10 pname = "cometblue-lite"; 11 - version = "0.5.2"; 11 + version = "0.5.3"; 12 12 format = "setuptools"; 13 13 14 14 disabled = pythonOlder "3.8"; ··· 17 17 owner = "neffs"; 18 18 repo = "python-cometblue_lite"; 19 19 rev = version; 20 - hash = "sha256-23HspTZ0kN3+geDnqdH6Vj5NfmmbVku2vPTdsy0XvRU="; 20 + hash = "sha256-KRWS2nqMFlF+IcBSmnQH3ptp6yxRQjAFY6aY0D7eZBs="; 21 21 }; 22 22 23 23 propagatedBuildInputs = [