summaryrefslogtreecommitdiffstats
path: root/pkgs/servers/mail/mailman
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2024-01-17 10:43:47 +0100
committerAlyssa Ross <hi@alyssa.is>2024-01-22 13:17:01 +0100
commita5d263af016a25e2af980b9b07ef1df95b1008c7 (patch)
treed72ee5b798e6b50f1ec2b66fb3943bec30188cf3 /pkgs/servers/mail/mailman
parent7d1649fca82fa043f2dcc131e9f6989c2a4913f6 (diff)
mailman-web: 0.0.6 -> 0.0.8
Diffstat (limited to 'pkgs/servers/mail/mailman')
-rw-r--r--pkgs/servers/mail/mailman/web.nix13
1 files changed, 3 insertions, 10 deletions
diff --git a/pkgs/servers/mail/mailman/web.nix b/pkgs/servers/mail/mailman/web.nix
index e9ef718d84f1..d347f434ab50 100644
--- a/pkgs/servers/mail/mailman/web.nix
+++ b/pkgs/servers/mail/mailman/web.nix
@@ -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