python3Packages.clldutils: 3.5.2 -> 3.5.4

This commit is contained in:
Martin Weinelt 2020-11-18 03:50:00 +01:00 committed by Jonathan Ringer
parent 77e9b46697
commit 204501b9cf

View file

@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "clldutils";
version = "3.5.2";
version = "3.5.4";
disabled = isPy27;
src = fetchFromGitHub {
owner = "clld";
repo = pname;
rev = "v${version}";
sha256 = "0qlqp9yq4lbi9ik2psgw0svxlb7raadqaxdh2dgkn85d7h20y4nd";
sha256 = "0yirww9abp6hffxz57ms7ljyjw0pamw2bhfrf7cshpwwb6sx5ycf";
};
patchPhase = ''