summary refs log tree commit diff
path: root/pkgs/servers/mail/mailman/hyperkitty.nix
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2020-06-04 03:58:48 +0000
committerAlyssa Ross <hi@alyssa.is>2020-06-06 01:05:29 +0000
commit9e59980eb55a178ced688ddf3e0e716d303a7a34 (patch)
tree7ed320433810865f93ad78b3841062169280dfc2 /pkgs/servers/mail/mailman/hyperkitty.nix
parent1fe94466e68dc325f1beef9b98a9f8d306f6cd24 (diff)
downloadnixpkgs-9e59980eb55a178ced688ddf3e0e716d303a7a34.tar
nixpkgs-9e59980eb55a178ced688ddf3e0e716d303a7a34.tar.gz
nixpkgs-9e59980eb55a178ced688ddf3e0e716d303a7a34.tar.bz2
nixpkgs-9e59980eb55a178ced688ddf3e0e716d303a7a34.tar.lz
nixpkgs-9e59980eb55a178ced688ddf3e0e716d303a7a34.tar.xz
nixpkgs-9e59980eb55a178ced688ddf3e0e716d303a7a34.tar.zst
nixpkgs-9e59980eb55a178ced688ddf3e0e716d303a7a34.zip
python3.pkgs.hyperkitty: 1.3.2 -> 1.3.3
Diffstat (limited to 'pkgs/servers/mail/mailman/hyperkitty.nix')
-rw-r--r--pkgs/servers/mail/mailman/hyperkitty.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/mail/mailman/hyperkitty.nix b/pkgs/servers/mail/mailman/hyperkitty.nix
index 57c1b355bf2..5ed5b74d309 100644
--- a/pkgs/servers/mail/mailman/hyperkitty.nix
+++ b/pkgs/servers/mail/mailman/hyperkitty.nix
@@ -7,12 +7,12 @@
 
 buildPythonPackage rec {
   pname = "HyperKitty";
-  version = "1.3.2";
+  version = "1.3.3";
   disabled = !isPy3k;
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "092fkv0xyf5vgj33xwq0mh9h5c5d56ifwimaqbfpx5cwc6yivb88";
+    sha256 = "0p85r9q6mn5as5b39xp9hkkipnk0156acx540n2ygk3qb3jd4a5n";
   };
 
   nativeBuildInputs = [ isort ];