Merge pull request #145935 from r-ryantm/auto-update/python38Packages.cogapp

python38Packages.cogapp: 3.1.0 -> 3.2.0
This commit is contained in:
Fabian Affolter 2021-11-16 12:50:40 +01:00 committed by GitHub
commit 17afe8612b
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.1.0";
version = "3.2.0";
src = fetchPypi {
inherit pname version;
sha256 = "c43e374ee5ca2a35fbc68556f598bd8578eabe8a890487980bba56945b5ce9c6";
sha256 = "09a6e82a55af45f5e946d7002ed997869abf6f57d28fdc79f128132b5da18bf8";
};
# there are no tests