lol
0
fork

Configure Feed

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

python: cogapp: 2.3 -> 2.5.1

+2 -2
+2 -2
pkgs/development/python-modules/cogapp/default.nix
··· 2 2 3 3 buildPythonPackage rec { 4 4 pname = "cogapp"; 5 - version = "2.3"; 5 + version = "2.5.1"; 6 6 7 7 src = fetchPypi { 8 8 inherit pname version; 9 - sha256 = "0gzmzbsk54r1qa6wd0yg4zzdxvn2f19ciprr2acldxaknzrpllnn"; 9 + sha256 = "f8cf2288fb5a2087eb4a00d8b347ddc86e9058d4ab26b8c868433eb401adfe1c"; 10 10 }; 11 11 12 12 # there are no tests