python3Packages.clldutils: 3.8.0 -> 3.9.0

This commit is contained in:
Martin Weinelt 2021-06-03 20:08:38 +02:00
parent af0844c7a2
commit f93f4c7d94
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "clldutils";
version = "3.8.0";
version = "3.9.0";
disabled = isPy27;
src = fetchFromGitHub {
owner = "clld";
repo = pname;
rev = "v${version}";
sha256 = "18sjcqzprf96s7bkn5zm3lh83hxfxj56nycxyldrwz7ndgkgxxx2";
sha256 = "07ljq7v1zvaxyl6xn4a2p4097lgd5j9bz71lf05y5bz8k024mxbr";
};
patchPhase = ''