Merge pull request #145935 from r-ryantm/auto-update/python38Packages.cogapp
python38Packages.cogapp: 3.1.0 -> 3.2.0
This commit is contained in:
commit
17afe8612b
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue