python310Packages.commoncode: 30.1.1 -> 30.2.0

This commit is contained in:
R. Ryantm 2022-05-02 13:48:21 +00:00 committed by Jonathan Ringer
parent 9db41e2cea
commit cccc45928a

View file

@ -19,14 +19,14 @@
buildPythonPackage rec {
pname = "commoncode";
version = "30.1.1";
version = "30.2.0";
format = "pyproject";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-KymdX+5CAYSRpOwpqQ1DMCFWqkeMAmOHjVnBZTji76I=";
sha256 = "sha256-7kcDWfw4M7boe0ABO4ob1d+XO1YxS924mtGETvHoNf0=";
};
postPatch = ''