python: cogapp: 2.5.1 -> 3.0.0

This commit is contained in:
Frederik Rietdijk 2019-10-24 08:47:27 +02:00
parent dc1f146d7d
commit 217d6aa31b

View File

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "cogapp";
version = "2.5.1";
version = "3.0.0";
src = fetchPypi {
inherit pname version;
sha256 = "f8cf2288fb5a2087eb4a00d8b347ddc86e9058d4ab26b8c868433eb401adfe1c";
sha256 = "5e5da2bcfc4e4750c66cecb80ea4eaed1ef4fddd3787c989d4f5bfffb1152d6a";
};
# there are no tests