From d0e8cf00faafcc71d70f55024ca766f104bf8df2 Mon Sep 17 00:00:00 2001 From: Leon Riesebos Date: Wed, 31 Mar 2021 21:46:34 -0400 Subject: [PATCH] update flake8-artiq --- artiq-full/extras.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/artiq-full/extras.nix b/artiq-full/extras.nix index 97074d1..33e3a83 100644 --- a/artiq-full/extras.nix +++ b/artiq-full/extras.nix @@ -231,8 +231,8 @@ in withManual = false; src = pkgs.fetchgit { url = "https://gitlab.com/duke-artiq/flake8-artiq.git"; - rev = "3d011bdadc41bb5d4b7e536fbfdb3744d9d9a6de"; - sha256 = "1i6vk2j97fr1fnm6lzi5n33l6ldvcyfjgfxgr59pcpbz6xhbbgp2"; + rev = "1e521fe76f8c2adeaec1c6c6301ec9a2bd2c6382"; + sha256 = "1w698i1yp1v3sp09i90mcswjk0i3vpfdr7hd73dplk7wjldxrmv8"; }; pythonOptions = { propagatedBuildInputs = [ pkgs.python3Packages.flake8 ];