astroid: 0.15 -> 0.16

This commit is contained in:
R. RyanTM 2021-08-20 16:17:26 +00:00
parent 456481aa3d
commit 07a2c2107d

View File

@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "astroid";
version = "0.15";
version = "0.16";
src = fetchFromGitHub {
owner = "astroidmail";
repo = "astroid";
rev = "v${version}";
sha256 = "11cxbva9ni98gii59xmbxh4c6idcg3mg0pgdsp1c3j0yg7ix0lj3";
sha256 = "sha256-6xQniOLNUk8tDkooDN3Tp6sb43GqoynO6+fN9yhNqZ4=";
};
nativeBuildInputs = [