mailman-web: drop patches on django-allauth, unpin hiredis
This commit is contained in:
@@ -36,19 +36,7 @@ lib.fix (
|
|||||||
tag = new.version;
|
tag = new.version;
|
||||||
hash = "sha256-13/QbA//wyHE9yMB7Jy/sJEyqPKxiMN+CZwSc4U6okU=";
|
hash = "sha256-13/QbA//wyHE9yMB7Jy/sJEyqPKxiMN+CZwSc4U6okU=";
|
||||||
};
|
};
|
||||||
}
|
patches = [ ];
|
||||||
);
|
|
||||||
|
|
||||||
# the redis python library only supports hiredis 3+ from version 5.1.0 onwards
|
|
||||||
hiredis = super.hiredis.overrideAttrs (
|
|
||||||
new:
|
|
||||||
{ src, ... }:
|
|
||||||
{
|
|
||||||
version = "3.1.0";
|
|
||||||
src = src.override {
|
|
||||||
tag = new.version;
|
|
||||||
hash = "sha256-ID5OJdARd2N2GYEpcYOpxenpZlhWnWr5fAClAgqEgGg=";
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user