Merge pull request #25803 from vdemeester/astroid-0-9-1

astroid: 0.8 -> 0.9.1
This commit is contained in:
Frederik Rietdijk 2017-05-22 11:14:42 +02:00 committed by GitHub
commit 997b6ae752
1 changed files with 2 additions and 2 deletions

View File

@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
name = "astroid-${version}";
version = "0.8";
version = "0.9.1";
src = fetchFromGitHub {
owner = "astroidmail";
repo = "astroid";
rev = "v${version}";
sha256 = "1gjrdls1mz8y8bca7s8l965l0m7s2sb6g7a90gy848admjsyav7h";
sha256 = "0ha2jd3fvc54amh0x8f58s9ac4r8xgyhvkwd4jvs0h4mfh6cg496";
};
nativeBuildInputs = [ scons pkgconfig wrapGAppsHook ];