python3Packages.clldutils: 3.5.4 -> 3.6.0

https://github.com/clld/clldutils/blob/master/CHANGES.md#360
This commit is contained in:
Martin Weinelt 2020-12-12 17:22:25 +01:00 committed by Jonathan Ringer
parent 16f80f8221
commit e1451c8858

View file

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