Loading pkgs/servers/mail/mailman/web.nix +3 −10 Original line number Diff line number Diff line { lib, python3, fetchPypi, fetchpatch { lib, python3, fetchPypi , sassc, hyperkitty, postorius , nixosTests }: Loading @@ -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 Loading
pkgs/servers/mail/mailman/web.nix +3 −10 Original line number Diff line number Diff line { lib, python3, fetchPypi, fetchpatch { lib, python3, fetchPypi , sassc, hyperkitty, postorius , nixosTests }: Loading @@ -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