astroid: 0.8 -> 0.9.1

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
This commit is contained in:
Vincent Demeester 2017-05-15 15:37:38 +02:00
parent bdf88dd61d
commit fae70a8421
No known key found for this signature in database
GPG Key ID: 083CC6FD6EB699A3

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 ];