Merge pull request #136370 from r-ryantm/auto-update/python3.8-cogapp

python38Packages.cogapp: 3.0.0 -> 3.1.0
This commit is contained in:
Fabian Affolter 2021-09-05 11:53:43 +02:00 committed by GitHub
commit 4ade45231c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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