lol
0
fork

Configure Feed

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

python3Packages.triggercmd: 0.0.27 -> 0.0.36

+2 -2
+2 -2
pkgs/development/python-modules/triggercmd/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "triggercmd"; 13 - version = "0.0.27"; 13 + version = "0.0.36"; 14 14 pyproject = true; 15 15 16 16 src = fetchPypi { 17 17 inherit pname version; 18 - hash = "sha256-4MTRtDo4kD/1Bifw8wx++TZ3K2M4TMVRyvwqGL5cHC8="; 18 + hash = "sha256-ky6U0iAoxQMewh+gB7gBG61PuxUnOONe92io6iygGQU="; 19 19 }; 20 20 21 21 build-system = [ setuptools ];