Merge pull request #134964 from r-ryantm/auto-update/astroid

astroid: 0.15 -> 0.16
This commit is contained in:
Sandro 2021-08-23 10:30:47 +02:00 committed by GitHub
commit 8c26e4fced
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = [