astroid: 0.14 -> 0.15

This commit is contained in:
Matthieu Coudron 2019-07-21 17:02:21 +09:00 committed by Matthieu Coudron
parent 0af97664d1
commit 7e55f6e013

View File

@ -10,14 +10,14 @@
}:
stdenv.mkDerivation rec {
name = "astroid-${version}";
version = "0.14";
pname = "astroid";
version = "0.15";
src = fetchFromGitHub {
owner = "astroidmail";
repo = "astroid";
rev = "v${version}";
sha256 = "1wkv1icsx3g3gq485dnvcdhr9srrjgz4ws1i1krcw9n61bj7gxh8";
sha256 = "11cxbva9ni98gii59xmbxh4c6idcg3mg0pgdsp1c3j0yg7ix0lj3";
};
nativeBuildInputs = [ cmake ronn pkgconfig wrapGAppsHook ];