mailman-web: 0.0.6 -> 0.0.8
This commit is contained in:
parent
7d1649fca8
commit
a5d263af01
@ -1,4 +1,4 @@
|
||||
{ lib, python3, fetchPypi, fetchpatch
|
||||
{ lib, python3, fetchPypi
|
||||
, sassc, hyperkitty, postorius
|
||||
, nixosTests
|
||||
}:
|
||||
@ -7,21 +7,14 @@ with python3.pkgs;
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "mailman-web";
|
||||
version = "0.0.6";
|
||||
version = "0.0.8";
|
||||
disabled = pythonOlder "3.8";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "sha256-UWdqrcx529r6kwgf0YEHiDrpZlGoUBR6OdYtHMTPMGY=";
|
||||
hash = "sha256-nN/L+X2Rvm6rqkscns4Tn2TAr59O5lCJObvcJp6M0+Q=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
(fetchpatch {
|
||||
url = "https://gitlab.com/mailman/mailman-web/-/commit/448bba249d39c09c0cef5e059415cc07a3ce569c.patch";
|
||||
hash = "sha256-rs1vaV4YyLyJ0+EGY70CirvjArpGQr29DOTvgj68wgs=";
|
||||
})
|
||||
];
|
||||
|
||||
postPatch = ''
|
||||
# Django is depended on transitively by hyperkitty and postorius,
|
||||
# and mailman_web has overly restrictive version bounds on it, so
|
||||
|
Loading…
Reference in New Issue
Block a user