summary refs log tree commit diff
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2023-08-12 13:02:01 +0200
committerMaximilian Bosch <maximilian@mbosch.me>2023-08-12 13:49:55 +0200
commitbe50a4d290f5959c43849abe7e46f8a2358f4283 (patch)
tree1863297f01bd5ebba16e8d6339b7cfe5d1a1cdc8
parent2cd6171ba3edafca6fda75b862c3664eddd78ab2 (diff)
downloadnixpkgs-be50a4d290f5959c43849abe7e46f8a2358f4283.tar
nixpkgs-be50a4d290f5959c43849abe7e46f8a2358f4283.tar.gz
nixpkgs-be50a4d290f5959c43849abe7e46f8a2358f4283.tar.bz2
nixpkgs-be50a4d290f5959c43849abe7e46f8a2358f4283.tar.lz
nixpkgs-be50a4d290f5959c43849abe7e46f8a2358f4283.tar.xz
nixpkgs-be50a4d290f5959c43849abe7e46f8a2358f4283.tar.zst
nixpkgs-be50a4d290f5959c43849abe7e46f8a2358f4283.zip
mailmanPackages.postorius: 1.3.6 -> 1.3.8
ChangeLog: https://gitlab.com/mailman/postorius/-/compare/1.3.6...1.3.8
-rw-r--r--pkgs/servers/mail/mailman/postorius.nix6
1 files changed, 2 insertions, 4 deletions
diff --git a/pkgs/servers/mail/mailman/postorius.nix b/pkgs/servers/mail/mailman/postorius.nix
index fefffffc87c..1e93b20f323 100644
--- a/pkgs/servers/mail/mailman/postorius.nix
+++ b/pkgs/servers/mail/mailman/postorius.nix
@@ -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 ];