python3Packages.cogapp: 3.4.1 -> 3.5.0

This commit is contained in:
R. Ryantm
2025-06-09 11:41:56 +00:00
parent cc0f2673ae
commit 76768afcd3
@@ -7,12 +7,12 @@
buildPythonPackage rec {
pname = "cogapp";
version = "3.4.1";
version = "3.5.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-qAbV254xihotP86YgAgXkWjn2xPl5VsZt5dj+budKYI=";
hash = "sha256-8ZDEoPBLs4kyCmaLxxsTsLiGwKoc+o56lb1++RLg47E=";
};
nativeBuildInputs = [ setuptools ];