pythonPackages.editorconfig: -> 0.12.1 -> 0.12.2

This commit is contained in:
Frederik Rietdijk 2019-09-06 15:17:31 +02:00
parent bf4f885471
commit 1ede2de8a3

View File

@ -5,17 +5,20 @@
}: }:
buildPythonPackage rec { buildPythonPackage rec {
pname = "EditorConfig"; pname = "editorconfig";
version = "0.12.1"; version = "0.12.2";
# fetchgit used to ensure test submodule is available # fetchgit used to ensure test submodule is available
src = fetchgit { src = fetchgit {
url = "https://github.com/editorconfig/editorconfig-core-py"; url = "https://github.com/editorconfig/editorconfig-core-py";
rev = "refs/tags/v${version}"; rev = "596da5e06ebee05bdbdc6224203c79c4d3c6486a"; # Not tagged
sha256 = "0svk7id7ncygj2rnxhm7602xizljyidk4xgrl6i0xgq3829cz4bl"; sha256 = "05cbp971b0zix7kfxkk7ndxb4ax1l21frwc00d4g78mk4sdz6dig";
}; };
nativeBuildInputs = [ cmake ]; nativeBuildInputs = [ cmake ];
dontUseCmakeConfigure = true;
checkPhase = '' checkPhase = ''
cmake . cmake .
# utf_8_char fails with python3 # utf_8_char fails with python3