lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #137656 from r-ryantm/auto-update/python38Packages.postorius

authored by

Sandro and committed by
GitHub
b499e23f 4f513756

+2 -2
+2 -2
pkgs/servers/mail/mailman/postorius.nix
··· 6 6 pname = "postorius"; 7 7 # Note: Mailman core must be on the latest version before upgrading Postorious. 8 8 # See: https://gitlab.com/mailman/postorius/-/issues/516#note_544571309 9 - version = "1.3.4"; 9 + version = "1.3.5"; 10 10 11 11 src = fetchPypi { 12 12 inherit pname version; 13 - sha256 = "sha256-L2ApUGQNvR0UVvodVM+wMzjYLZkegI4fT4yUiU/cibU="; 13 + sha256 = "0f23c6542bf0f6e6364d678c094ee5804acfe59ecbcc0e944bc4c13834e24e80"; 14 14 }; 15 15 16 16 propagatedBuildInputs = [ django-mailman3 readme_renderer ];