mailmanPackages.postorius: 1.3.6 -> 1.3.8

ChangeLog: https://gitlab.com/mailman/postorius/-/compare/1.3.6...1.3.8
This commit is contained in:
Maximilian Bosch 2023-08-12 13:02:01 +02:00
parent 2cd6171ba3
commit be50a4d290
No known key found for this signature in database
GPG key ID: 9A6EEA275CA5BE0A

View file

@ -4,13 +4,11 @@ with python3.pkgs;
buildPythonPackage rec {
pname = "postorius";
# Note: Mailman core must be on the latest version before upgrading Postorious.
# See: https://gitlab.com/mailman/postorius/-/issues/516#note_544571309
version = "1.3.6";
version = "1.3.8";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-KwzEU9IfcQ6YPZu3jPuFrd6ux/3e2pzoLfTrak/aGmg=";
sha256 = "sha256-1mSt+PVx3xUJDc5JwrCmKiRNIDwbsjjbM2Fi5Sgz6h8=";
};
propagatedBuildInputs = [ django-mailman3 readme_renderer ];